mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Set stage dir as boost root
This commit is contained in:
parent
6683b829c3
commit
66bfbe115c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -194,7 +194,7 @@ jobs:
|
||||||
else
|
else
|
||||||
compiler_launcher_arg=-DCMAKE_CXX_COMPILER_LAUNCHER=ccache
|
compiler_launcher_arg=-DCMAKE_CXX_COMPILER_LAUNCHER=ccache
|
||||||
fi
|
fi
|
||||||
cmake .. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_STANDARD="${CXX_STANDARD##*,}" $compiler_launcher_arg -DCMAKE_VERBOSE_MAKEFILE=ON -DBoost_DEBUG=ON -DBoost_VERBOSE=ON
|
cmake .. -DCMAKE_BUILD_TYPE=Debug -DBoost_ROOT="$BOOST_ROOT/stage" -DCMAKE_CXX_STANDARD="${CXX_STANDARD##*,}" $compiler_launcher_arg -DCMAKE_VERBOSE_MAKEFILE=ON -DBoost_DEBUG=ON -DBoost_VERBOSE=ON
|
||||||
cmake --build . --config Debug -- -j3
|
cmake --build . --config Debug -- -j3
|
||||||
ctest --output-on-failure --build-config Debug -j3
|
ctest --output-on-failure --build-config Debug -j3
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue