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

ubuntu 16 e ubuntu 14

parent 20b0c2d7
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -2,8 +2,8 @@ stages:
- ubuntu1604_x86_64
- ubuntu1604_test_x86_64
- buildxarm_linux26
# - ubuntu1404_x86_64
# - ubuntu1404_test_x86_64
- ubuntu1404_x86_64
- ubuntu1404_test_x86_64
cache:
key: $CI_BUILD_REF_NAME
paths:
......@@ -62,6 +62,35 @@ ubuntu1604_test_x86_64:
- source chaos_env.sh
- ./tools/chaos_test.sh .
ubuntu1404_x86_64:
tags:
- chaos
stage: ubuntu1604_x86_64
image: baltig.infn.it:4567/amichelo/chaos_bundle_compilation:1404
script:
- cmake -DCHAOS_WAN=ON -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR .
- make -j 4 install
- tar cfz chaos-distrib-$CI_JOB_STAGE.tar.gz -C $INSTALL_DIR/.. chaos-distrib-$CI_JOB_STAGE
- scp chaos-distrib-$CI_JOB_STAGE.tar.gz chaosweb@opensource.lnf.infn.it:/var/www/html/binary/chaos/x86_64
ubuntu1404_test_x86_64:
tags:
- chaos
stage: ubuntu1404_test_x86_64
image: baltig.infn.it:4567/amichelo/chaos_bundle_compilation:latest
script:
- /tmp/chaos_start.sh
- scp chaosweb@opensource.lnf.infn.it:/var/www/html/binary/chaos/x86_64/chaos-distrib-ubuntu1404_x86_64.tar.gz .
- tar xfz chaos-distrib-ubuntu1404_x86_64.tar.gz
# - cp -r tools /builds/amichelo/chaos_bundle_compilation/distrib/chaos-distrib-buildx86_64
# - cp -r chaosframework/tools /builds/amichelo/chaos_bundle_compilation/distrib/chaos-distrib-buildx86_64
# - cd /builds/amichelo/chaos_bundle_compilation/distrib/chaos-distrib-buildx86_64
- cd chaos-distrib-ubuntu1404_x86_64
- source chaos_env.sh
- ./tools/chaos_test.sh .
build_static_framework_arm_linux26:
tags:
- shared
......
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