Skip to content
Snippets Groups Projects
Commit da182d16 authored by Sylvester Joosten's avatar Sylvester Joosten
Browse files

Add geo dump to artifacts

parent 0af6fa1c
Branches
Tags
1 merge request!85Add geo dump to artifacts
Pipeline #9954 passed with warnings
......@@ -24,6 +24,7 @@ default:
- images
- doc
- juggler.env
- detector_geo.root
reports:
dotenv: juggler.env
......@@ -93,6 +94,16 @@ include:
- local: 'views/view14.yml'
- local: 'views/view15.yml'
dump_geometry:
stage: test
needs:
- common:detector
script:
- echo "dumping geometry"
- mkdir -p images
- dd_web_display --output detector_geo.root ${DETECTOR_PATH}/reference_detector.xml
report:
stage: finalize
needs:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment