File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -97,12 +97,11 @@ jobs:
9797 cmake .. \
9898 -G "Ninja" \
9999 -DCMAKE_INSTALL_PREFIX=$CONDA_PREFIX \
100- -DCMAKE_CXX_COMPILER_LAUNCHER=ccache \
101100 -DPYTHON_EXECUTABLE=$(which python3) \
102101 -DGENERATE_PYTHON_STUBS=ON \
103102 -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} \
104103 -DCMAKE_CXX_FLAGS=${{ matrix.cxx_options }}
105- cmake --build . -j2
104+ cmake --build . -j4
106105 ctest --output-on-failure
107106 cmake --install .
108107
Original file line number Diff line number Diff line change 7070 cmake ^
7171 -G "Ninja" ^
7272 -DCMAKE_INSTALL_PREFIX=%CONDA_PREFIX%\Library ^
73- -DCMAKE_CXX_COMPILER_LAUNCHER=ccache ^
7473 -DCMAKE_BUILD_TYPE=Release ^
7574 -DGENERATE_PYTHON_STUBS=ON ^
7675 -DPYTHON_SITELIB=%CONDA_PREFIX%\Lib\site-packages ^
7978 if errorlevel 1 exit 1
8079
8180 :: Build
82- cmake --build . -j3
81+ cmake --build . -j4
8382 if errorlevel 1 exit 1
8483
8584 :: Testing
You can’t perform that action at this time.
0 commit comments