We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e16ac0 commit 24d7e52Copy full SHA for 24d7e52
1 file changed
.github/workflows/ci.yml
@@ -177,16 +177,14 @@ jobs:
177
key: ccache-${{ github.job }}
178
- name: Build and Test
179
run: |
180
- export MAKEFLAGS="-j2"
181
- cmake -S . -B build \
+ cmake -S . -B build -G Ninja \
182
-DCMAKE_C_COMPILER_LAUNCHER=ccache \
183
-DCMAKE_CXX_COMPILER_LAUNCHER=ccache \
184
-DCMAKE_BUILD_TYPE=Release
185
cmake --build build --parallel
186
cmake --build build -t test
187
env:
188
CTEST_OUTPUT_ON_FAILURE: 1
189
- CMAKE_BUILD_PARALLEL_LEVEL: 2
190
codecov:
191
runs-on: ubuntu-latest
192
steps:
0 commit comments