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

SW-836: Remove ctest verbosity and make LastTest.log as artifact

parent d3f472ac
No related branches found
No related tags found
1 merge request!86Resolve SW-836
...@@ -212,14 +212,14 @@ test_RAServices: ...@@ -212,14 +212,14 @@ test_RAServices:
- PACKAGE=RAServices - PACKAGE=RAServices
- echo "Testing $PACKAGE..." - echo "Testing $PACKAGE..."
- cd build/gnucxx11_opt - cd build/gnucxx11_opt
- ctest -V -O ../../ctest.log - ctest
dependencies: dependencies:
- build_RAServices - build_RAServices
artifacts: artifacts:
name: test-report name: test-report
when: always when: always
paths: paths:
- ctest.log - build/gnucxx11_opt/Testing/Temporary/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