From 50a55eaecec19f6775e842040f4be10b3ab7407c Mon Sep 17 00:00:00 2001 From: Whitney Armstrong Date: Tue, 18 May 2021 21:49:05 +0000 Subject: [PATCH] Testing dump of geometry modified: .gitlab-ci.yml modified: .gitlab-ci.yml --- .gitlab-ci.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0b95b5a..29a2a56 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -93,6 +93,17 @@ dump_constants: script: - npdet_info dump ${DETECTOR_PATH}/topside.xml | tee doc/constants.out +dump_geometry: + stage: test + needs: + - ["common:detector"] + script: + - echo "dumping geometry to images" + - mkdir -p images + - dd_web_display --output images/detector_geo.root ${DETECTOR_PATH}/topside.xml + - git clone --depth=1 https://github.com/root-project/jsroot.git images/jsroot + + report: stage: finalize @@ -110,6 +121,7 @@ report: - view_14 - view_15 - dump_constants + - dump_geometry artifacts: paths: - images/ -- GitLab