mirror of
https://github.com/threeal/cmake-action.git
synced 2025-04-20 18:51:19 +00:00
ignore testing hello_world
if building test_c
and test_cpp
This commit is contained in:
parent
c04ca4c05a
commit
c2bf81f4d3
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -55,7 +55,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: -C test
|
||||
test-args: -C test -E hello_world
|
||||
|
||||
specified-compiler-usage:
|
||||
runs-on: ${{ matrix.os }}-latest
|
||||
@ -76,7 +76,7 @@ jobs:
|
||||
c-compiler: clang
|
||||
cxx-compiler: clang++
|
||||
args: -D CHECK_USING_CLANG=ON
|
||||
test-args: -C test
|
||||
test-args: -C test -E hello_world
|
||||
|
||||
specified-generator-usage:
|
||||
runs-on: ${{ matrix.os }}-latest
|
||||
|
Loading…
Reference in New Issue
Block a user