mirror of
https://github.com/boostorg/static_assert.git
synced 2025-07-30 04:37:20 +02:00
Need to condition cmake tests on having tests.
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -25,6 +25,7 @@ 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,7 +130,7 @@ jobs:
|
|||||||
- name: CMake Workflow
|
- name: CMake Workflow
|
||||||
uses: alandefreitas/cpp-actions/cmake-workflow@master
|
uses: alandefreitas/cpp-actions/cmake-workflow@master
|
||||||
with:
|
with:
|
||||||
build-target: check
|
run-tests: ${{ matrix.have-cmake-tests }}
|
||||||
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