mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Fix CMake parallel flag for MSVC
This commit is contained in:
parent
66bfbe115c
commit
3980cc97e1
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -195,8 +195,8 @@ jobs:
|
||||||
compiler_launcher_arg=-DCMAKE_CXX_COMPILER_LAUNCHER=ccache
|
compiler_launcher_arg=-DCMAKE_CXX_COMPILER_LAUNCHER=ccache
|
||||||
fi
|
fi
|
||||||
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 .. -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 --parallel 3
|
||||||
ctest --output-on-failure --build-config Debug -j3
|
ctest --output-on-failure --build-config Debug --parallel 3
|
||||||
|
|
||||||
- name: Cleanup Boost folder to reduce cache usage
|
- name: Cleanup Boost folder to reduce cache usage
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue