We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03045b3 commit d6c0831Copy full SHA for d6c0831
.github/workflows/c-cpp.yml
@@ -24,7 +24,7 @@ jobs:
24
if: runner.os == 'Windows'
25
run: |
26
cmake -S . -B build -G "Visual Studio 17 2022" -DBUILD_TESTS=ON -DBUILD_SAMPLES=ON -DCI_BUILD=ON
27
- cmake --build build
+ cmake --build build --config Release --target ALL_BUILD
28
- name: Run CTest (Windows)
29
30
run: cd build && ctest -C Release -T test --output-on-failure
0 commit comments