diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0b95b5af7f1fab81fd74f0e6a213b28846ac1a23..29a2a562d70e75775ffd89600f96213d1eacccd6 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/