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

Update .gitlab-ci.yml

parent 6b4a549a
No related branches found
No related tags found
No related merge requests found
...@@ -41,9 +41,6 @@ test:debian: ...@@ -41,9 +41,6 @@ test:debian:
#- make test #- make test
dependencies: dependencies:
- build:debian - build:debian
artifacts:
paths:
- build/
config:ubuntu: config:ubuntu:
image: fperignon/hysop:ubuntu image: fperignon/hysop:ubuntu
...@@ -65,6 +62,8 @@ build:ubuntu: ...@@ -65,6 +62,8 @@ build:ubuntu:
- cd build - cd build
- echo $'y\n'|make uninstall - echo $'y\n'|make uninstall
- make clean - make clean
- cd ..
- rm -rf build
dependencies: dependencies:
- config:ubuntu - config:ubuntu
#artifacts: #artifacts:
...@@ -81,8 +80,8 @@ test:ubuntu: ...@@ -81,8 +80,8 @@ test:ubuntu:
- su "hysoprunner" -c "sh ci/run_tests.sh" - 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