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

ccs compilation just in 1404

parent d67d52d6
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -96,10 +96,9 @@ ubuntu1604_legacy_x86_64:
- repo sync
- cmake -DCHAOS_VERSION_MAJOR="$CI_COMMIT_REF_NAME" -DCHAOS_VERSION_MINOR="$CI_JOB_STAGE.$CI_COMMIT_SHA" -DCHAOS_BOOST_VERSION=56 -DCHAOS_CC_COMPILER=g++-4.8 -DCHAOS_C_COMPILER=gcc-4.8 -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR .
- make -j 4 install |& tee $DISTRIB_PREFIX/bundle.compilation.log
- source $INSTALL_DIR/chaos_env.sh
- cd chaosframework/ccs;qmake;echo "* compiling CCS";make -j 4 >& $DISTRIB_PREFIX/log/ccs.compilation.log ;cp ccs $INSTALL_DIR/bin;
- cd ../../
# - source $INSTALL_DIR/chaos_env.sh
# - cd chaosframework/ccs;qmake;echo "* compiling CCS";make -j 4 >& $DISTRIB_PREFIX/log/ccs.compilation.log ;cp ccs $INSTALL_DIR/bin;
# - cd ../../
- scripts/strip_symbols.sh $INSTALL_DIR
- tar cfz $DISTRIB_NAME.legacy.tar.gz -C /usr/local/chaos chaos-distrib
......
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