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

not test static

parent ec9ba50a
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -109,8 +109,8 @@ ubuntu1604_static_x86_64:
- repo sync
- 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
- source $INSTALL_DIR/chaos_env.sh
- if ! $INSTALL_DIR/tools/chaos_test.sh -d $INSTALL_DIR/tools/test;then echo "* retrying test in debug mode";export CHAOS_DEBUG_CMD_TOOL="gdb";$INSTALL_DIR/tools/chaos_test.sh -d $INSTALL_DIR/tools/test;fi
# - source $INSTALL_DIR/chaos_env.sh
# - if ! $INSTALL_DIR/tools/chaos_test.sh -d $INSTALL_DIR/tools/test;then echo "* retrying test in debug mode";export CHAOS_DEBUG_CMD_TOOL="gdb";$INSTALL_DIR/tools/chaos_test.sh -d $INSTALL_DIR/tools/test;fi
- scripts/strip_symbols.sh $INSTALL_DIR
- tar cfz $DISTRIB_NAME.static.tar.gz -C /usr/local/chaos chaos-distrib
artifacts:
......
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