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

profile on lumino

parent d45f4824
No related branches found
No related tags found
No related merge requests found
Pipeline #13927 canceled
......@@ -189,7 +189,7 @@ ubuntu1804_profile_x86_64:
- if ! make -j 4 install |& tee $INSTALL_DIR/bundle.compilation.log;then tar cfz compilation.tar.gz $INSTALL_DIR/bundle.compilation.log;exit 1;fi
- git clone git@baltig.infn.it:chaos-lnf-control/luminometer.git
- cd luminometer ;git checkout $CI_COMMIT_REF_NAME
- cd chaos/src;cmake -DCMAKE_MODULE_PATH=$INSTALL_DIR -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR .
- cd chaos/src;cmake -DCMAKE_BUILD_TYPE=PROFILE -DCMAKE_MODULE_PATH=$INSTALL_DIR -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR .
- make -j 4 install
- cd ../../../
- tar cfz $DISTRIB_NAME.tar.gz -C /usr/local/chaos build-x86_64-Linux/ chaos-distrib $PWD/build-x86_64-Linux
......
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