Working on Github Actions

This commit is contained in:
Daniel Chappuis 2021-08-05 23:46:49 +02:00
parent 862d258eb3
commit c45afdf5da

View File

@ -157,6 +157,7 @@ jobs:
-DCMAKE_BUILD_TYPE=${{ matrix.config.build_type }} \
-DRP3D_DOUBLE_PRECISION_ENABLED=${{ matrix.config.double_precision }} \
-DRP3D_CODE_COVERAGE_ENABLED=${{ matrix.config.coverage }} \
-DCODE_COVERAGE_VERBOSE=True \
-DRP3D_COMPILE_TESTS=True \
-G "${{ matrix.config.generators }}" \