Skip to content

Extract Function getTestCaseLabel #59

Extract Function getTestCaseLabel

Extract Function getTestCaseLabel #59

Workflow file for this run

name: CMake
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
linux-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: CMake workflow
run: cmake --workflow --preset default
windows-build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: CMake workflow
run: cmake --workflow --preset default