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

TMSS-573: build SCU and TMSSFrontend in scu_docker_image

parent 814586ed
No related branches found
No related tags found
1 merge request!343Resolve TMSS-557 and TMSS-307
......@@ -51,11 +51,10 @@ build_SCU:
stage: build
image: ci_scu:$CI_COMMIT_SHORT_SHA
script:
- PACKAGE="SCU TMSSFrontend"
- echo "Building $PACKAGE..."
- echo "Building SCU & TMSSFrontend..."
- mkdir -p build/gnucxx11_opt
- cd build/gnucxx11_opt
- cmake -DBUILD_PACKAGES=$PACKAGE -DCASACORE_ROOT_DIR=/opt/casacore/ -DCASAREST_ROOT_DIR=/opt/casarest/ -DUSE_LOG4CPLUS=false ../..
- cmake -DBUILD_PACKAGES="SCU TMSSFrontend" -DCASACORE_ROOT_DIR=/opt/casacore/ -DCASAREST_ROOT_DIR=/opt/casarest/ -DUSE_LOG4CPLUS=false ../..
- make -j $(nproc)
- make install
interruptible: true
......
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