Skip to content
Snippets Groups Projects
Verified Commit 0fec2b1a authored by Lars Bilke's avatar Lars Bilke
Browse files

[ci] Some jobs are allowed to fail.

parent 8f98c00d
No related branches found
No related tags found
No related merge requests found
check header:
stage: check
allow_failure: true
tags:
- docker
extends:
......@@ -21,8 +22,8 @@ check header:
cmake .. -G Ninja
$CMAKE_ARGS
-DCMAKE_BUILD_TYPE=$BUILD_TYPE
-DOGS_BUILD_PROCESSES=$BUILD_PROCESSES
- cat CMakeFiles/CMakeError.log || true
-DOGS_BUILD_PROCESSES=$BUILD_PROCESSES || true
- cat CMakeFiles/CMakeError.log
cache:
paths:
......
......@@ -23,5 +23,5 @@ clang sanitizer:
$CMAKE_ARGS
-DCMAKE_BUILD_TYPE=$BUILD_TYPE
-DOGS_BUILD_PROCESSES=$BUILD_PROCESSES
- cmake --build . --target tests
- cmake --build . --target ctest
- cmake --build . --target tests || true
- cmake --build . --target ctest || true
web url checker:
stage: check
allow_failure: true
tags:
- docker
extends:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment