mirror of
https://github.com/boostorg/static_assert.git
synced 2025-07-30 04:37:20 +02:00
Tell ctest to ignore not having tests.
This commit is contained in:
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -25,7 +25,6 @@ jobs:
|
|||||||
extra-values: |
|
extra-values: |
|
||||||
boost-lib: static_assert
|
boost-lib: static_assert
|
||||||
scan-dirs: test
|
scan-dirs: test
|
||||||
have-cmake-tests: false
|
|
||||||
compilers: |
|
compilers: |
|
||||||
gcc >= 4.8
|
gcc >= 4.8
|
||||||
clang >= 3.5
|
clang >= 3.5
|
||||||
@ -129,8 +128,10 @@ jobs:
|
|||||||
|
|
||||||
- name: CMake Workflow
|
- name: CMake Workflow
|
||||||
uses: alandefreitas/cpp-actions/cmake-workflow@master
|
uses: alandefreitas/cpp-actions/cmake-workflow@master
|
||||||
|
env:
|
||||||
|
CTEST_NO_TESTS_ACTION: ignore
|
||||||
with:
|
with:
|
||||||
run-tests: ${{ matrix.have-cmake-tests }}
|
run-tests: true
|
||||||
install: true
|
install: true
|
||||||
cmake-version: ">=3.31"
|
cmake-version: ">=3.31"
|
||||||
generator: ${{ matrix.generator }}
|
generator: ${{ matrix.generator }}
|
||||||
|
Reference in New Issue
Block a user