Skip to content
Snippets Groups Projects
Commit 6b4a549a authored by Franck Pérignon's avatar Franck Pérignon
Browse files

ci - tests

parent 3f8712ae
No related branches found
No related tags found
No related merge requests found
...@@ -67,23 +67,22 @@ build:ubuntu: ...@@ -67,23 +67,22 @@ build:ubuntu:
- make clean - make clean
dependencies: dependencies:
- config:ubuntu - config:ubuntu
artifacts: #artifacts:
paths: # paths:
- build/ # - build/
test:ubuntu: test:ubuntu:
image: fperignon/hysop:ubuntu image: fperignon/hysop:ubuntu
stage: test stage: test
script: script:
- cd build #- cd build
- chmod -R 777 . #- chmod -R 777 .
- useradd "hysoprunner" - useradd "hysoprunner"
- su "hysoprunner" -c "whoami;make" - su "hysoprunner" -c "sh ci/run_tests.sh"
- su "hysoprunner" -c "ctest -VV -I 1,4" #- su "hysoprunner" -c "ctest -VV -I 1,4"
#- make test #- make test
dependencies: #dependencies:
- build:ubuntu # - build:ubuntu
artifacts: #artifacts:
paths: # paths:
- build/ # - 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