Working on Github Actions

This commit is contained in:
Daniel Chappuis 2021-08-04 14:42:47 +02:00
parent f419e59cab
commit 715d222aba

View File

@ -115,9 +115,8 @@ jobs:
-S helloworld \
-B build_hello_world \
-DCMAKE_BUILD_TYPE=${{ matrix.config.build_type }} \
-DRP3D_DOUBLE_PRECISION_ENABLED=${{ matrix.config.double_precision }} \
-G "${{ matrix.config.generators }}"
cmake --build build_hello_world/ --config ${{ matrix.config.build_type }}
ls -la build_hello_world
./build_hello_world/helloworld/helloworld
./build_hello_world/helloworld