mirror of
https://github.com/boostorg/static_assert.git
synced 2025-07-30 12:47:25 +02:00
Workaround not having cmake tests.
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -40,7 +40,6 @@ jobs:
|
|||||||
gcc Shared
|
gcc Shared
|
||||||
msvc Shared x86
|
msvc Shared x86
|
||||||
mingw Shared
|
mingw Shared
|
||||||
subrange-policy: one-per-minor
|
|
||||||
trace-commands: true
|
trace-commands: true
|
||||||
build:
|
build:
|
||||||
needs: cpp-matrix
|
needs: cpp-matrix
|
||||||
@ -128,7 +127,7 @@ jobs:
|
|||||||
- name: CMake Workflow
|
- name: CMake Workflow
|
||||||
uses: alandefreitas/cpp-actions/cmake-workflow@master
|
uses: alandefreitas/cpp-actions/cmake-workflow@master
|
||||||
with:
|
with:
|
||||||
run-tests: true
|
build-targets: check
|
||||||
install: true
|
install: true
|
||||||
cmake-version: ">=3.20"
|
cmake-version: ">=3.20"
|
||||||
generator: ${{ matrix.generator }}
|
generator: ${{ matrix.generator }}
|
||||||
|
Reference in New Issue
Block a user