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

Update .gitlab-ci.yml

parent 21b0c2ad
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -47,7 +47,7 @@ ubuntu1604_experimental_x86_64: ...@@ -47,7 +47,7 @@ ubuntu1604_experimental_x86_64:
- cmake -DCHAOS_WAN=ON -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR . - cmake -DCHAOS_WAN=ON -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR .
- make -j 8 install - make -j 8 install
- tar cfz chaos-distrib-$CI_PIPELINE_ID.tar.gz -C $INSTALL_DIR/.. chaos-distrib-$CI_PIPELINE_ID - tar cfz chaos-distrib-$CI_PIPELINE_ID.tar.gz -C $INSTALL_DIR/.. chaos-distrib-$CI_PIPELINE_ID
artifacts: artifacts:
paths: paths:
- chaos-distrib-$CI_PIPELINE_ID.tar.gz - chaos-distrib-$CI_PIPELINE_ID.tar.gz
...@@ -79,9 +79,9 @@ ubuntu1404_experimental_x86_64: ...@@ -79,9 +79,9 @@ ubuntu1404_experimental_x86_64:
- make -j 4 install - make -j 4 install
- tar cfz chaos-distrib-$CI_PIPELINE_ID.tar.gz -C $INSTALL_DIR/.. chaos-distrib-$CI_PIPELINE_ID - tar cfz chaos-distrib-$CI_PIPELINE_ID.tar.gz -C $INSTALL_DIR/.. chaos-distrib-$CI_PIPELINE_ID
- # scp chaos-distrib-$CI_PIPELINE_ID.tar.gz chaosweb@opensource.lnf.infn.it:/var/www/html/binary/chaos/x86_64 - # scp chaos-distrib-$CI_PIPELINE_ID.tar.gz chaosweb@opensource.lnf.infn.it:/var/www/html/binary/chaos/x86_64
artifacts: artifacts:
paths: paths:
- chaos-distrib-$CI_PIPELINE_ID.tar.gz - chaos-distrib-$CI_PIPELINE_ID.tar.gz
ubuntu1404_experimental_test_x86_64: ubuntu1404_experimental_test_x86_64:
tags: tags:
......
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