Fix yaml syntax.
This commit is contained in:
parent
0f00658e30
commit
146e00d716
4
.github/workflows/windows.yml
vendored
4
.github/workflows/windows.yml
vendored
@ -27,11 +27,11 @@ jobs:
|
|||||||
cmake -DCMAKE_BUILD_TYPE=${{matrix.build_type}} ${{matrix.shared}} -A ${{matrix.platform}} -DCMAKE_CXX_STANDARD=${{matrix.standard}} ..
|
cmake -DCMAKE_BUILD_TYPE=${{matrix.build_type}} ${{matrix.shared}} -A ${{matrix.platform}} -DCMAKE_CXX_STANDARD=${{matrix.standard}} ..
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
working-directory: ${{runner.workspace}}/build
|
working-directory: build
|
||||||
run: cmake --build . --config ${{matrix.build_type}}
|
run: cmake --build . --config ${{matrix.build_type}}
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
working-directory: ${{runner.workspace}}/build
|
working-directory: build
|
||||||
run: ctest -C ${{matrix.build_type}} -V
|
run: ctest -C ${{matrix.build_type}} -V
|
||||||
env:
|
env:
|
||||||
CTEST_OUTPUT_ON_FAILURE: True
|
CTEST_OUTPUT_ON_FAILURE: True
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user