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

Update .gitlab-ci.yml

parent d6771b2d
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -79,7 +79,7 @@ ubuntu1604_static_x86_64:
- mkdir -p $INSTALL_DIR
- repo init -u git@baltig.infn.it:chaos-lnf-control/chaos_repo_bundle.git -b $CI_COMMIT_REF_NAME
- repo sync
- cmake -DCHAOS_STATIC=ON -DCHAOS_MDS=OFF -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR . |& tee $DISTRIB_PREFIX/bundle.configuration.log
- cmake -DCHAOS_STATIC=ON -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR . |& tee $DISTRIB_PREFIX/bundle.configuration.log
- make -j 4 install |& tee $DISTRIB_PREFIX/bundle.compilation.log
- scripts/strip_symbols.sh $INSTALL_DIR
- tar cfz $DISTRIB_NAME.static.tar.gz -C / $DISTRIB_PREFIX
......@@ -101,7 +101,7 @@ ubuntu1404_x86_64:
- make -j 4 install
- /tmp/chaos_start.sh
- source $INSTALL_DIR/chaos_env.sh
- $INSTALL_DIR/tools/chaos_test.sh .
- $INSTALL_DIR/tools/chaos_test.sh
- cd chaosframework/ccs;qmake;echo "* compiling CCS";make -j 4 >& $DISTRIB_PREFIX/ccs.compilation.log;cp ccs $INSTALL_DIR/bin;cd ../../
- scripts/strip_symbols.sh $INSTALL_DIR
- tar cfz $DISTRIB_NAME.tar.gz -C / $DISTRIB_PREFIX
......
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