Skip to content
Snippets Groups Projects
Commit 43b9af6a authored by Andrea Michelotti's avatar Andrea Michelotti
Browse files

Merge branch 'experimental' of...

Merge branch 'experimental' of ssh://baltig.infn.it/chaos-lnf-control/chaosframework into experimental
parents 81e558fd d204f58a
No related branches found
No related tags found
No related merge requests found
...@@ -4,14 +4,7 @@ stages: ...@@ -4,14 +4,7 @@ stages:
- runScriptConfig: - runScriptConfig:
image: baltig.infn.it:4567/bisegni/chaos-docker-compilation/centos7:devtools7 image: baltig.infn.it:4567/bisegni/chaos-docker-compilation/centos7:devtools7
shellScript: |- shellScript: |-
export NPROC=$(nproc --ignore 1) echo "working pipeline"
cmake -DCHAOS_AGENT=OFF -DCHAOSHITECTURE_TEST=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo .
make clean
make -j $NPROC
make install
envFrom:
- sourceName: s3access
sourceKey: AccessKey
timeout: 60 timeout: 60
notification: notification:
recipients: recipients:
......
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