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

Update .gitlab-ci.yml

parent c12999d6
No related branches found
No related tags found
No related merge requests found
Pipeline #
stages:
- build
- buildx86_64
- buildxarm_linux26
# - deploy
before_script:
......@@ -7,9 +8,8 @@ before_script:
- export TAR_NAME_POSTFIX=$NOW
- echo $CHAOS_DEPLOY_PRIVATE_KEY >> /builds/amichelo/chaos_bundle_compilation/deploy.key
- chmod 600 /builds/amichelo/chaos_bundle_compilation/deploy.key
build_dynamic_framework_x86_64:
stage: build
stage: buildx86_64
image: baltig.infn.it:4567/bisegni/chaos-docker-compilation:latest
script:
- echo "Working directory:"$PWD
......@@ -19,9 +19,8 @@ build_dynamic_framework_x86_64:
- make clean
- make -j 4
- make install
build_static_framework_arm_linux26:
stage: build
stage: buildxarm_linux26
image: baltig.infn.it:4567/bisegni/chaos-docker-compilation:latest
script:
- echo "Working directory:"$PWD
......
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