IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 91369712 authored by ralfulrich's avatar ralfulrich
Browse files

copy coverage script to share/tools and use this in CI

parent f80c6f10
No related branches found
No related tags found
No related merge requests found
......@@ -10,10 +10,10 @@ build:
script:
- mkdir build
- cd build
- cmake .. -DCMAKE_BUILD_TYPE=coverage
- cmake --build . -- -j 4
- cmake .. -DCMAKE_INSTALL_PREFIX=../install -DCMAKE_BUILD_TYPE=coverage
- cmake --build . --target install -- -j4
- ctest -j4 -V >& test.log || gzip -v -9 -S .gz test.log
- ../Tools/coverage.sh && tar czf coverage-report.tar.gz coverage-report
- ../install/share/tools/coverage.sh && tar czf coverage-report.tar.gz coverage-report
artifacts:
expire_in: 1 week
paths:
......
set (TOOLS_FILES plot_tracks.sh plot_crossings.sh)
set (TOOLS_FILES plot_tracks.sh plot_crossings.sh coverage.sh)
install (
FILES ${TOOLS_FILES}
......
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