Working on Github Actions
This commit is contained in:
parent
32ef6a7da4
commit
04a5dd0582
2
.github/workflows/build-and-test.yml
vendored
2
.github/workflows/build-and-test.yml
vendored
|
@ -125,7 +125,7 @@ jobs:
|
|||
-B build \
|
||||
-DCMAKE_BUILD_TYPE=${{ matrix.config.build_type }} \
|
||||
-DRP3D_DOUBLE_PRECISION_ENABLED=${{ matrix.config.double_precision }} \
|
||||
-DRP3D_CODE_COVERAGE_ENABLED=${{ matrix.config.coverage }}
|
||||
-DRP3D_CODE_COVERAGE_ENABLED=${{ matrix.config.coverage }} \
|
||||
-DRP3D_COMPILE_TESTS=True \
|
||||
-G "${{ matrix.config.generators }}" \
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user