IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 0251d47c authored by Lukas Nellen's avatar Lukas Nellen :footprints:
Browse files

Updated all CI stages

parent 411141c6
No related branches found
No related tags found
1 merge request!452LN connan ci
......@@ -126,6 +126,7 @@ config-clang-8:
script:
- mkdir -p build
- cd build
- ../conan-install.sh
- cmake .. -DCMAKE_BUILD_TYPE=Debug -DUSE_Pythia8_C8=C8
- cmake --build . -- -j4
- set -o pipefail
......@@ -176,6 +177,7 @@ build_test-clang-8:
script:
- mkdir -p build
- cd build
- ../conan-install.sh
- cmake .. -DCMAKE_INSTALL_PREFIX=$PWD/install -DCMAKE_BUILD_TYPE=Debug -DUSE_Pythia8_C8=C8
- cmake --build . -- VERBOSE=1 -j4
- set -o pipefail
......
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