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

Update .gitlab-ci.yml

parent 47e7f01d
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -19,7 +19,7 @@ before_script:
# - chmod 600 ~/.ssh/id_rsa
# - chmod 600 /builds/amichelo/chaos_bundle_compilation/deploy.key
- mkdir build_$CI_JOB_STAGE
- export INSTALL_DIR=/builds/amichelo/chaos_bundle_compilation/distrib/chaos-distrib-$CI_JOB_STAGE
- export INSTALL_DIR=/builds/amichelo/chaos_bundle_compilation/distrib/chaos-distrib-x86_64
- mkdir -p $INSTALL_DIR
- cd build_$CI_JOB_STAGE
- echo "Working directory:$PWD"
......@@ -41,7 +41,7 @@ build_dynamic_framework_x86_64:
script:
- cmake -DCHAOS_WAN=ON -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR .
- make -j 4 install
- tar cfz chaos-distrib-x86_64-ubuntu1404.tar.gz -C $INSTALL_DIR/.. chaos-distrib-$CI_JOB_STAGE
- tar cfz chaos-distrib-x86_64-ubuntu1404.tar.gz -C $INSTALL_DIR/.. chaos-distrib-x86_64
- scp chaos-distrib-x86_64-ubuntu1404.tar.gz chaosweb@opensource.lnf.infn.it:/var/www/html/binary/chaos/x86_64
test_dynamic_framework_x86_64:
tags:
......@@ -58,7 +58,7 @@ test_dynamic_framework_x86_64:
# - 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-$CI_JOB_STAGE
- cd chaos-distrib-x86_64
- source chaos_env.sh
- ./tools/chaos_test.sh .
build_static_framework_arm_linux26:
......
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