Skip to content
Snippets Groups Projects
Commit e1d6b2f2 authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Few clean-up

parent 055b51e7
No related branches found
No related tags found
No related merge requests found
image: localhost:5000/ubuntu_gcc image: localhost:5000/ubuntu_gcc
#before_script:
# - apt-get update
# - apt-get -y install cmake g++-7 gcovr bc
# - apt-get -y upgrade
cache: cache:
key: "$CI_COMMIT_REF_SLUG" key: "$CI_COMMIT_REF_SLUG"
...@@ -26,7 +22,6 @@ build: ...@@ -26,7 +22,6 @@ build:
tests: tests:
stage: test stage: test
script: script:
- ls > /dev/null # seems necessary to ensure build is here...
- cd build - cd build
- make unit_tests - make unit_tests
- make coverage-report - make coverage-report
...@@ -36,7 +31,6 @@ pages: ...@@ -36,7 +31,6 @@ pages:
dependencies: dependencies:
- tests - tests
script: script:
- ls > /dev/null # seems necessary to ensure build is here...
- rm -rf public/ - rm -rf public/
- mv build/coverage/ public/ - mv build/coverage/ public/
artifacts: artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment