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

[ci] Improved check header job.

Will be yellow if failed.
parent 699d9d2f
No related branches found
No related tags found
No related merge requests found
...@@ -16,5 +16,5 @@ check header: ...@@ -16,5 +16,5 @@ check header:
cmake ../../ogs -G Ninja cmake ../../ogs -G Ninja
$CMAKE_ARGS $CMAKE_ARGS
-DCMAKE_BUILD_TYPE=$BUILD_TYPE -DCMAKE_BUILD_TYPE=$BUILD_TYPE
-DOGS_BUILD_PROCESSES=$BUILD_PROCESSES || true -DOGS_BUILD_PROCESSES=$BUILD_PROCESSES || cat CMakeFiles/CMakeError.log
- cat CMakeFiles/CMakeError.log - if [[ -f "CMakeFiles/CMakeError.log" ]]; then exit 1; fi
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