From 93b0b45c04a15a0deda0e810104961b1a4940587 Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Mon, 19 Apr 2021 14:19:44 -0500 Subject: [PATCH] Added constants dump - add job in CI and saving output to doc/constants.out --- .gitlab-ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2c662aa7..3cdcc019 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -79,6 +79,7 @@ report: - view_01 - dawn_view_02:detector - dawn_view_03:detector + - dump_constants artifacts: paths: - images/ @@ -87,6 +88,12 @@ report: - pip3 install jinja2 && ls -lrth - ./bin/make_images > doc/dawn_views.md +dump_constants: + stage: test + needs: + - ["compile"] + script: + - npdet_info dump reference_detector.xml | tee doc/constants.out overlap_check: stage: test -- GitLab