Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
detector_benchmarks
Manage
Activity
Members
Labels
Plan
Issues
21
Issue boards
Milestones
Wiki
Code
Merge requests
7
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
Show more breadcrumbs
EIC
benchmarks
detector_benchmarks
Merge requests
!20
Restructuring repo
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Restructuring repo
restructure2
into
master
Overview
0
Commits
50
Pipelines
0
Changes
64
Merged
Whitney Armstrong
requested to merge
restructure2
into
master
3 years ago
Overview
0
Commits
50
Pipelines
0
Changes
1
Expand
👍
0
👎
0
Merge request reports
Viewing commit
ee203808
Prev
Next
Show latest version
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
ee203808
modified: .gitlab-ci.yml
· ee203808
Whitney Armstrong
authored
3 years ago
.gitlab-ci.yml
+
2
−
2
Options
@@ -6,11 +6,11 @@ default:
paths
:
-
results/
-
images/
before_script
:
-
git clone https://eicweb.phy.anl.gov/EIC/detectors/topside.git && mkdir topside/build && cd topside/build && cmake ../. -DCMAKE_INSTALL_PREFIX=/usr/local && make -j20 install && cd ../..
# exclude
:
# - .git/
# - datasets/.git/
before_script
:
-
git clone https://eicweb.phy.anl.gov/EIC/detectors/topside.git && mkdir topside/build && cd topside/build && cmake ../. -DCMAKE_INSTALL_PREFIX=/usr/local && make -j20 install && cd ../..
# - cd NPDet/build && cmake ../. -DCMAKE_INSTALL_PREFIX=/usr/local && make -j10 && make install
stages
:
Loading