This commit is contained in:
Kim Kulling
2020-03-30 21:41:03 +02:00
committed by GitHub
parent c2cbac979e
commit bb046a3f80

View File

@@ -37,9 +37,9 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: configure
run: cmake CMakeLists.txt --config Release
run: cmake CMakeLists.txt
- name: build
run: cmake --build .
run: cmake --build . --config Release
- name: test
run: |
cd bin\Release