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:
- make clean
dependencies:
- config:ubuntu
artifacts:
paths:
- build/
#artifacts:
# paths:
# - build/
test:ubuntu:
image: fperignon/hysop:ubuntu
stage: test
script:
- cd build
- chmod -R 777 .
#- cd build
#- chmod -R 777 .
- useradd "hysoprunner"
- su "hysoprunner" -c "whoami;make"
- su "hysoprunner" -c "ctest -VV -I 1,4"
- su "hysoprunner" -c "sh ci/run_tests.sh"
#- su "hysoprunner" -c "ctest -VV -I 1,4"
#- make test
dependencies:
- build:ubuntu
artifacts:
paths:
- build/
#dependencies:
# - build:ubuntu
#artifacts:
# paths:
# - 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