IAP GITLAB

Skip to content
Snippets Groups Projects
Commit ad7728f9 authored by ralfulrich's avatar ralfulrich
Browse files

build type

parent 859385fc
No related branches found
No related tags found
1 merge request!366fix problem with never-ending CI pipelines
Pipeline #4620 passed
...@@ -267,7 +267,7 @@ build_test-clang-8: ...@@ -267,7 +267,7 @@ build_test-clang-8:
- cmake --install . - cmake --install .
- mkdir -p build_examples - mkdir -p build_examples
- cd build_examples - cd build_examples
- cmake -DCMAKE_BUILT_TYPE=Debug ../install/share/corsika/examples - cmake -DCMAKE_BUILD_TYPE=Debug ../install/share/corsika/examples
- cmake --build . -- -j4 - cmake --build . -- -j4
- cmake --build . --target run_examples -- -j4 | gzip -v -9 > examples.log.gz - cmake --build . --target run_examples -- -j4 | gzip -v -9 > examples.log.gz
rules: rules:
...@@ -365,7 +365,7 @@ install-clang-8: ...@@ -365,7 +365,7 @@ install-clang-8:
- cmake --install . - cmake --install .
- mkdir -p build_examples - mkdir -p build_examples
- cd build_examples - cd build_examples
- cmake -DCMAKE_BUILT_TYPE=Release ../install/share/corsika/examples - cmake -DCMAKE_BUILD_TYPE=Release ../install/share/corsika/examples
- cmake --build . -- -j4 - cmake --build . -- -j4
- cmake --build . --target run_examples -- -j4 | gzip -v -9 > examples.log.gz - cmake --build . --target run_examples -- -j4 | gzip -v -9 > examples.log.gz
rules: rules:
......
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