Working on Github Actions

This commit is contained in:
Daniel Chappuis 2021-08-03 15:09:40 +02:00
parent 4eac61cf4a
commit 5d9fa0ed99

View File

@ -105,7 +105,7 @@ jobs:
mkdir build mkdir build
cmake \ cmake \
-S . \ -S . \
-B build \ -B . \
-DCMAKE_BUILD_TYPE=${{ matrix.config.build_type }} \ -DCMAKE_BUILD_TYPE=${{ matrix.config.build_type }} \
-DRP3D_DOUBLE_PRECISION_ENABLED=${{ matrix.config.double_precision }} \ -DRP3D_DOUBLE_PRECISION_ENABLED=${{ matrix.config.double_precision }} \
-DRP3D_COMPILE_TESTS=True \ -DRP3D_COMPILE_TESTS=True \
@ -117,5 +117,5 @@ jobs:
- name: Unit Tests - name: Unit Tests
shell: bash shell: bash
run: ./build/test/tests run: ./test/tests