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

macosx failure is a warning

parent d1cd024f
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -48,7 +48,7 @@ ubuntu1604_x86_64:
script:
- repo init -u git@baltig.infn.it:chaos-lnf-control/chaos_repo_bundle.git -b $CI_COMMIT_REF_NAME
- repo sync
- cmake -DCHAOS_WAN=ON -DCHAOS_CCS=ON -DCERN_ROOT=$INSTALL_DIR -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR . |& tee $DISTRIB_PREFIX/bundle.configuration.log
- cmake -DCHAOS_WAN=ON -DCHAOS_CCS=ON -DCERN_ROOT=$INSTALL_DIR -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR -DCMAKE_BUILD_TYPE=PROFILE . |& tee $DISTRIB_PREFIX/bundle.configuration.log
- make -j 5 install |& tee $DISTRIB_PREFIX/bundle.compilation.log
- cd chaosframework/ccs;qmake;echo "* compiling CCS";make -j 5 >& $DISTRIB_PREFIX/ccs.compilation.log ;cp ccs $INSTALL_DIR/bin;cd ../../
- scripts/strip_symbols.sh $INSTALL_DIR
......@@ -128,7 +128,7 @@ ubuntu1404_test_x86_64:
build_arm_linux26:
stage: build
image: baltig.infn.it:4567/amichelo/chaos_bundle_compilation:1604
image: baltig.infn.it:4567/amichelo/chaos_bundle_compilation:1404
script:
- export PATH=/usr/local/chaos/i686-nptl-linux-gnu/bin/:$PATH
- export DISTRIB_NAME=chaos-distrib-$CI_COMMIT_REF_NAME-$CI_JOB_NAME
......@@ -150,7 +150,7 @@ build_arm_linux26:
build_i686_static_linux26:
stage: build
image: baltig.infn.it:4567/amichelo/chaos_bundle_compilation:1604
image: baltig.infn.it:4567/amichelo/chaos_bundle_compilation:1404
script:
- repo init -u git@baltig.infn.it:chaos-lnf-control/chaos_repo_bundle.git -b $CI_COMMIT_REF_NAME
- repo sync
......@@ -171,7 +171,7 @@ build_i686_static_linux26:
build_i686_dynamic_linux26:
stage: build
image: baltig.infn.it:4567/amichelo/chaos_bundle_compilation:1604
image: baltig.infn.it:4567/amichelo/chaos_bundle_compilation:1404
script:
- export DISTRIB_NAME=chaos-distrib-$CI_COMMIT_REF_NAME-$CI_JOB_NAME
- export INSTALL_DIR=/builds/amichelo/chaos_bundle_compilation/distrib/$DISTRIB_NAME
......
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