Skip to content
Snippets Groups Projects
Verified Commit fe20371b authored by Lars Bilke's avatar Lars Bilke
Browse files

[ci] Speed up coverage start up.

parent 61aa7370
No related branches found
No related tags found
No related merge requests found
......@@ -3,10 +3,7 @@ code coverage:
extends:
- .template-build-linux
tags: [shell, envinf]
needs:
- job: "build linux: [USE_PYTHON=OFF]"
artifacts: false
- meta
needs: [meta]
variables:
CMAKE_PRESET: coverage
TARGETS: "testrunner_coverage ctest_coverage"
......
meta:
stage: .pre
stage: preparation
tags: [shell]
needs: []
variables:
GIT_DEPTH: 1000
script:
......
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