Skip to content
Snippets Groups Projects
Commit 179f6010 authored by Auke Klazema's avatar Auke Klazema
Browse files

SW-830: Make tar file as artifact

parent 29c27b44
No related branches found
No related tags found
1 merge request!80SW-830: Resolve SW-394
......@@ -19,10 +19,12 @@ build_RAServices:
- cmake -DBUILD_PACKAGES=$PACKAGE -DCASACORE_ROOT_DIR=/opt/casacore/ -DCASAREST_ROOT_DIR=/opt/casarest/ -DCMAKE_INSTALL_PREFIX=/opt/lofar -DUSE_LOG4CPLUS=false ../..
- make
- make DESTDIR=../../install install
- cd ../../install/opt/lofar
- tar --ignore-failed-read --exclude=include -czf RAServices_$CI_COMMIT_SHORT_SHA.ztar *
artifacts:
paths:
- install/
- install/*.ztar
# build_CEP:
# stage: build
......
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