Skip to content
Snippets Groups Projects
Verified Commit 8fd7f6f2 authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Build lcov ourselves

parent 45e73861
No related branches found
No related tags found
No related merge requests found
Pipeline #986 canceled
......@@ -98,7 +98,7 @@ build linux amd64:
M_ARCH: x86_64
COVERAGE: "ON"
after_script:
- ./.ci/coverage.sh && bash <(curl -s https://codecov.io/bash) -f build/coverage.info || echo "Codecov failed"
- ./.ci/install.sh ./.ci/coverage.sh && bash <(curl -s https://codecov.io/bash) -f build/coverage.info || echo "Codecov failed"
build linux arm64:
extends: .build-linux
......
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