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

Update .gitlab-ci.yml

parent 329a0493
No related branches found
No related tags found
No related merge requests found
Pipeline #
stages:
- buildx86_64
- testx86_64
- buildxarm_linux26
cache:
key: $CI_BUILD_REF_NAME
......@@ -28,13 +29,19 @@ before_script:
- ~/bin/repo init -u https://amichelo@opensource-stash.infn.it/scm/chaos/chaos_repo_bundle -b development_https
- ~/bin/repo sync
build_dynamic_framework_x86_64:
stage: buildx86_64
image: baltig.infn.it:4567/amichelo/chaos_bundle_compilation:latest
script:
- cmake -DCHAOS_WAN=ON -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR .
- make -j 4 install
test_dynamic_framework_x86_64:
stage: testx86_64
image: baltig.infn.it:4567/amichelo/chaos_bundle_compilation:latest
script:
- cd /builds/amichelo/chaos_bundle_compilation/distrib/chaos-distrib-buildx86_64
- source chaos_env.sh
- ./tools/chaos_test.sh .
build_static_framework_arm_linux26:
stage: buildxarm_linux26
image: baltig.infn.it:4567/amichelo/chaos_bundle_compilation:latest
......
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