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

SW-836: Add test stage for RAServices

parent f99bb498
No related branches found
No related tags found
1 merge request!86Resolve SW-836
stages: stages:
- build - build
# - test - test
# #
# BUILD STAGE # BUILD STAGE
...@@ -24,7 +24,7 @@ build_RAServices: ...@@ -24,7 +24,7 @@ build_RAServices:
artifacts: artifacts:
paths: paths:
- install/*.ztar - install
# build_CEP: # build_CEP:
# stage: build # stage: build
...@@ -205,6 +205,20 @@ build_RAServices: ...@@ -205,6 +205,20 @@ build_RAServices:
# #
# TODO: We should play around with the variable expansion on Gitlab CI a bit more to find a usable way to refer to the cmake line from the build step # TODO: We should play around with the variable expansion on Gitlab CI a bit more to find a usable way to refer to the cmake line from the build step
test_RAServices:
stage: test
image: ci_raservices:latest
script:
- PACKAGE=RAServices
- VARIANT=gnucxx11_opt
- echo "Testing $PACKAGE..."
- cd build/$VARIANT
- ctest
dependencies:
- build_RAServices
artifacts:
paths:
- build/$VARIANT/LastTest.log
# test_CEP: # test_CEP:
# stage: test # stage: test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment