We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca76415 commit 6624a0aCopy full SHA for 6624a0a
.github/workflows/ci.yml
@@ -322,22 +322,6 @@ jobs:
322
cd ../boost-root/__build_debug__
323
ctest --output-on-failure --no-tests=error
324
325
- - name: Configure (RelWithDebInfo)
326
- run: |
327
- cd ../boost-root
328
- mkdir __build_relwithdebinfo__ && cd __build_relwithdebinfo__
329
- cmake -DBOOST_INCLUDE_LIBRARIES=$LIBRARY -DBUILD_TESTING=ON -DBUILD_SHARED_LIBS=${{matrix.shared}} -DCMAKE_BUILD_TYPE=RelWithDebInfo ..
330
-
331
- - name: Build tests (RelWithDebInfo)
332
333
- cd ../boost-root/__build_relwithdebinfo__
334
- cmake --build . --target tests
335
336
- - name: Run tests (RelWithDebInfo)
337
338
339
- ctest --output-on-failure --no-tests=error
340
341
windows-cmake-subdir:
342
strategy:
343
fail-fast: false
0 commit comments