Working on Github Actions
This commit is contained in:
parent
4291ce48cd
commit
f419e59cab
2
.github/workflows/build-and-test.yml
vendored
2
.github/workflows/build-and-test.yml
vendored
|
@ -116,7 +116,7 @@ jobs:
|
||||||
-B build_hello_world \
|
-B build_hello_world \
|
||||||
-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 }} \
|
||||||
-G "${{ matrix.config.generators }}" \
|
-G "${{ matrix.config.generators }}"
|
||||||
cmake --build build_hello_world/ --config ${{ matrix.config.build_type }}
|
cmake --build build_hello_world/ --config ${{ matrix.config.build_type }}
|
||||||
ls -la build_hello_world
|
ls -la build_hello_world
|
||||||
./build_hello_world/helloworld/helloworld
|
./build_hello_world/helloworld/helloworld
|
||||||
|
|
Loading…
Reference in New Issue
Block a user