From: Magnus Jacobsson Date: Sat, 19 Mar 2022 15:28:48 +0000 (+0100) Subject: ci: add archiving of test artifacts in ctest test jobs X-Git-Tag: 6.0.2~43^2~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=84e11d97de0605fd75e97a0a4386d346a835890c;p=graphviz ci: add archiving of test artifacts in ctest test jobs The test_edge_node_overlap_simple test case writes SVG files for visual inspection in build/tests/test_artifacts/**. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 86eda0e4c..3dd8e7363 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -239,6 +239,7 @@ portable-source: artifacts: paths: - coverage/** + - build/tests/test_artifacts/** reports: junit: [./report.xml, build/tests/test_*.xml] coverage_report: