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

Update .gitlab-ci.yml

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