Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
topside
Manage
Activity
Members
Labels
Plan
Issues
4
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
EIC
detectors
topside
Merge requests
!120
Testing dump of geometry
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Testing dump of geometry
geo_test
into
master
Overview
0
Commits
3
Pipelines
3
Changes
1
Merged
Whitney Armstrong
requested to merge
geo_test
into
master
3 years ago
Overview
0
Commits
3
Pipelines
3
Changes
1
Expand
modified: .gitlab-ci.yml
👍
0
👎
0
Merge request reports
Compare
master
version 1
b82e1dbe
3 years ago
master (base)
and
latest version
latest version
20b56371
3 commits,
3 years ago
version 1
b82e1dbe
2 commits,
3 years ago
1 file
+
10
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
10
−
0
Options
@@ -93,6 +93,15 @@ 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
report
:
stage
:
finalize
@@ -110,6 +119,7 @@ report:
-
view_14
-
view_15
-
dump_constants
-
dump_geometry
artifacts
:
paths
:
-
images/
Loading