Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Reference Detector
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
Terraform modules
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
Reference Detector
Merge requests
!20
Resolve "Implement Forward Rich"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Implement Forward Rich"
36-implement-forward-rich
into
master
Overview
0
Commits
8
Pipelines
8
Changes
1
Merged
Whitney Armstrong
requested to merge
36-implement-forward-rich
into
master
4 years ago
Overview
0
Commits
8
Pipelines
8
Changes
1
Expand
Closes
#36 (closed)
Edited
4 years ago
by
Whitney Armstrong
0
0
Merge request reports
Viewing commit
dd94650f
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
dd94650f
modified: .gitlab-ci.yml
· dd94650f
Whitney Armstrong
authored
4 years ago
.gitlab-ci.yml
+
1
−
1
Options
@@ -12,7 +12,7 @@ default:
before_script
:
-
mkdir -p images && mkdir -p doc/
-
git clone https://eicweb.phy.anl.gov/EIC/detectors/accelerator.git && ln -s accelerator/eic
-
git clone https://eicweb.phy.anl.gov/EIC/detectors/ip6.git && mkdir ip6_build && cd ip6_build && cmake ../ip6/. -DCMAKE_INSTALL_PREFIX=/usr/local && make -j20 && make install && cd .. && ln -s ip6/ip6
-
git clone https://eicweb.phy.anl.gov/EIC/detectors/ip6.git
eic_ip6
&& mkdir ip6_build && cd ip6_build && cmake ../
eic_
ip6/. -DCMAKE_INSTALL_PREFIX=/usr/local && make -j20 && make install && cd .. && ln -s
eic_
ip6/ip6
-
mkdir build && cd build && cmake ../. -DCMAKE_INSTALL_PREFIX=/usr/local && make -j20 && make install && cd ..
artifacts
:
paths
:
Loading