We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c115709 commit 9d473c9Copy full SHA for 9d473c9
.github/workflows/ci.yml
@@ -203,9 +203,6 @@ jobs:
203
submodules: true
204
- name: Install dependencies
205
run: sudo apt-get update && sudo apt-get install -y gcovr
206
- - uses: actions/checkout@v4
207
- with:
208
- submodules: true
209
- name: Setup ccache
210
uses: hendrikmuhs/ccache-action@v1.2
211
with:
@@ -218,8 +215,7 @@ jobs:
218
215
-DCMAKE_CXX_COMPILER_LAUNCHER=ccache \
219
216
-DCMAKE_C_FLAGS="--coverage" \
220
217
-DCMAKE_CXX_FLAGS="--coverage" \
221
- -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} \
222
- -DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
+ -DCMAKE_BUILD_TYPE=RelWithDebInfo
223
cmake --build build --parallel
224
- name: Test
225
run: cmake --build build -t test
0 commit comments