mirror of
https://github.com/threeal/cmake-action.git
synced 2025-06-08 10:11:21 +00:00
fix debug config when running test on MSVC
This commit is contained in:
parent
354c02b686
commit
ac31ad47de
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -56,7 +56,7 @@ jobs:
|
||||
c-flags: ${{ matrix.compiler == 'msvc' && '/w /WX-' || '-Wno-unused-variable' }}
|
||||
cxx-flags: ${{ matrix.compiler == 'msvc' && '/w /WX-' || '-Wno-unused-variable' }}
|
||||
args: -D CHECK_SURPASS_WARNING=ON
|
||||
test-args: -R test
|
||||
test-args: -R test ${{ matrix.compiler == 'msvc' && '-C Debug' || '' }}
|
||||
|
||||
specified-compiler-usage:
|
||||
runs-on: ${{ matrix.os }}-latest
|
||||
|
Loading…
Reference in New Issue
Block a user