Skip to content
Snippets Groups Projects
Commit 2a9300b4 authored by Anthony Royer's avatar Anthony Royer
Browse files

Update .gitlab-ci.yml

parent 60e82a4c
No related branches found
No related tags found
1 merge request!13Bug hunting
Pipeline #7965 passed
...@@ -18,6 +18,7 @@ linux64_build: ...@@ -18,6 +18,7 @@ linux64_build:
- make -j 8 - make -j 8
- make install - make install
artifacts: artifacts:
expire_in: 1 hrs
paths: paths:
- local - local
tags: tags:
...@@ -45,6 +46,11 @@ linux64_coverage: ...@@ -45,6 +46,11 @@ linux64_coverage:
- export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD:/usr/local/lib - export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD:/usr/local/lib
- cmake -DENABLE_MPI=1 -DENABLE_COVERAGE=ON ${EXTRA_OPTION} .. - cmake -DENABLE_MPI=1 -DENABLE_COVERAGE=ON ${EXTRA_OPTION} ..
- make coverage_report -j 8 - make coverage_report -j 8
coverage: '/lines: \d+\.\d+/'
artifacts:
name: "coverage_report"
paths:
- coverage_report
tags: tags:
- linux64 - linux64
- docker - docker
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment