Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
topside
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
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
!40
views 12 and 13
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
views 12 and 13
view_12_13
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Whitney Armstrong
requested to merge
view_12_13
into
master
4 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
added 12 and 13 to pipeline
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
9029e56f
1 commit,
4 years ago
1 file
+
8
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
8
−
0
Options
@@ -59,6 +59,14 @@ dawn_view11:detector:
extends
:
.views
script
:
-
./bin/make_dawn_views -t view11 -d scripts/view11 -D
dawn_view12:detector
:
extends
:
.views
script
:
-
./bin/make_dawn_views -t view12 -d scripts/view12 -D
dawn_view13:detector
:
extends
:
.views
script
:
-
./bin/make_dawn_views -t view13 -d scripts/view13 -D
report
:
stage
:
test
Loading