Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NPDet
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
NPDet
Merge requests
!20
[WIP] Added new dedicate runner on eic0 for CI build.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
[WIP] Added new dedicate runner on eic0 for CI build.
new_ci_runner
into
master
Overview
0
Commits
10
Pipelines
0
Changes
2
Closed
Whitney Armstrong
requested to merge
new_ci_runner
into
master
7 years ago
Overview
0
Commits
10
Pipelines
0
Changes
2
Expand
modified: .gitlab-ci.yml
Edited
7 years ago
by
David Blyth
0
0
Merge request reports
Compare
master
version 9
cae1eb03
7 years ago
version 8
3e68e073
7 years ago
version 7
955aceb1
7 years ago
version 6
3d0a8395
7 years ago
version 5
aa3e3b9b
7 years ago
version 4
283f9b0d
7 years ago
version 3
de1b9112
7 years ago
version 2
311c0ea3
7 years ago
version 1
1baa17bf
7 years ago
master (base)
and
latest version
latest version
26d563fb
10 commits,
7 years ago
version 9
cae1eb03
9 commits,
7 years ago
version 8
3e68e073
8 commits,
7 years ago
version 7
955aceb1
7 commits,
7 years ago
version 6
3d0a8395
6 commits,
7 years ago
version 5
aa3e3b9b
5 commits,
7 years ago
version 4
283f9b0d
4 commits,
7 years ago
version 3
de1b9112
3 commits,
7 years ago
version 2
311c0ea3
2 commits,
7 years ago
version 1
1baa17bf
1 commit,
7 years ago
2 files
+
29
−
9
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
bin/do_build
0 → 100755
+
10
−
0
Options
#!/bin/bash
ps
source
/usr/local/bin/thisroot.sh
source
/usr/local/bin/thisdd4hep.sh
source
/usr/local/bin/geant4.sh
mkdir install
mkdir
build
cd
build
cmake ..
-DCMAKE_INSTALL_PREFIX
=
../install
make
-j4
Loading