Skip to content
Snippets Groups Projects
Commit 47d5b447 authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

SW-860: build faster with 6 parallel jobs

parent 02f00ab8
No related branches found
No related tags found
1 merge request!91Resolve SW-860
......@@ -27,7 +27,7 @@ build_RAServices:
- mkdir -p build/gnucxx11_opt
- cd build/gnucxx11_opt
- cmake -DBUILD_PACKAGES=$PACKAGE -DCASACORE_ROOT_DIR=/opt/casacore/ -DCASAREST_ROOT_DIR=/opt/casarest/ -DCMAKE_INSTALL_PREFIX=/opt/lofar -DUSE_LOG4CPLUS=false ../..
- make
- make -j 6
- make DESTDIR=../../install install
- cd ../../install/opt/lofar
- tar --ignore-failed-read --exclude=include -czf ../../RAServices_$CI_COMMIT_SHORT_SHA.ztar *
......
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