Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Project Juggler
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
Container registry
Model registry
Operate
Environments
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
Project Juggler
Merge requests
!381
.gitlab-ci.yml: also local build npdet
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
.gitlab-ci.yml: also local build npdet
local-build-npdet
into
master
Overview
1
Commits
1
Pipelines
0
Changes
1
Merged
Wouter Deconinck
requested to merge
local-build-npdet
into
master
3 years ago
Overview
1
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
cea98251
1 commit,
3 years ago
1 file
+
7
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
7
−
1
Options
@@ -68,7 +68,13 @@ juggler:local:
@@ -68,7 +68,13 @@ juggler:local:
image
:
eicweb.phy.anl.gov:4567/containers/eic_container/jug_xl:nightly
image
:
eicweb.phy.anl.gov:4567/containers/eic_container/jug_xl:nightly
stage
:
build
stage
:
build
script
:
script
:
## first install EICD to ensure the latest version, then build juggler
## first install NPDET and EICD to ensure the latest version, then build juggler
-
|
git clone https://eicweb.phy.anl.gov/eic/npdet.git /tmp/npdet
cd /tmp/npdet && git checkout $JUGGLER_NPDET_VERSION && cd -
cmake -B /tmp/build -S /tmp/npdet -DCMAKE_INSTALL_PREFIX=/usr/local
cmake --build /tmp/build -j40 -- install
rm -rf /tmp/build /tmp/npdet
-
|
-
|
git clone https://eicweb.phy.anl.gov/eic/eicd.git /tmp/eicd
git clone https://eicweb.phy.anl.gov/eic/eicd.git /tmp/eicd
cd /tmp/eicd && git checkout $JUGGLER_EICD_VERSION && cd -
cd /tmp/eicd && git checkout $JUGGLER_EICD_VERSION && cd -
Loading