Skip to content

Commit d6c0831

Browse files
committed
Build Release mode for VS2022 on CI actions
1 parent 03045b3 commit d6c0831

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/c-cpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
if: runner.os == 'Windows'
2525
run: |
2626
cmake -S . -B build -G "Visual Studio 17 2022" -DBUILD_TESTS=ON -DBUILD_SAMPLES=ON -DCI_BUILD=ON
27-
cmake --build build
27+
cmake --build build --config Release --target ALL_BUILD
2828
- name: Run CTest (Windows)
2929
if: runner.os == 'Windows'
3030
run: cd build && ctest -C Release -T test --output-on-failure

0 commit comments

Comments
 (0)