From 84e11d97de0605fd75e97a0a4386d346a835890c Mon Sep 17 00:00:00 2001 From: Magnus Jacobsson Date: Sat, 19 Mar 2022 16:28:48 +0100 Subject: [PATCH] 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/**. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) 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: -- 2.50.1