mirror of
https://github.com/boostorg/static_assert.git
synced 2025-07-29 20:27:19 +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: |
|
||||
boost-lib: static_assert
|
||||
scan-dirs: test
|
||||
have-cmake-tests: false
|
||||
compilers: |
|
||||
gcc >= 4.8
|
||||
clang >= 3.5
|
||||
@ -129,7 +130,7 @@ jobs:
|
||||
- name: CMake Workflow
|
||||
uses: alandefreitas/cpp-actions/cmake-workflow@master
|
||||
with:
|
||||
build-target: check
|
||||
run-tests: ${{ matrix.have-cmake-tests }}
|
||||
install: true
|
||||
cmake-version: ">=3.31"
|
||||
generator: ${{ matrix.generator }}
|
||||
|
Reference in New Issue
Block a user