Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Installer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
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
Code review analytics
Issue analytics
Insights
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
cms-analysis
General
DasAnalysisSystem
Installer
Merge requests
!11
CMakeLists to fetch TUnfold and ProtoDarwin
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
CMakeLists to fetch TUnfold and ProtoDarwin
lmoureau/Darwin:feature/cmake
into
master
Overview
2
Commits
22
Pipelines
19
Changes
5
Merged
Louis Moureaux
requested to merge
lmoureau/Darwin:feature/cmake
into
master
1 year ago
Overview
1
Commits
22
Pipelines
19
Changes
5
Expand
To set it up:
./install.sh
Edited
1 year ago
by
Louis Moureaux
0
0
Merge request reports
Compare
master
version 19
d2f90d7d
1 year ago
version 18
3f82df4d
1 year ago
version 17
2f21ff5b
1 year ago
version 16
34a64932
1 year ago
version 15
cb81b8e6
1 year ago
version 14
e5790471
1 year ago
version 13
42ac64df
1 year ago
version 12
070ffe59
1 year ago
version 11
a2784190
1 year ago
version 10
921552cb
1 year ago
version 9
14d8a937
1 year ago
version 8
10e7f038
1 year ago
version 7
116eb9d2
1 year ago
version 6
9db72ec4
1 year ago
version 5
34f8dcb4
1 year ago
version 4
34f8dcb4
1 year ago
version 3
34f8dcb4
1 year ago
version 2
508029b0
1 year ago
version 1
6cf86524
1 year ago
master (base)
and
latest version
latest version
e0693211
22 commits,
1 year ago
version 19
d2f90d7d
21 commits,
1 year ago
version 18
3f82df4d
17 commits,
1 year ago
version 17
2f21ff5b
16 commits,
1 year ago
version 16
34a64932
16 commits,
1 year ago
version 15
cb81b8e6
15 commits,
1 year ago
version 14
e5790471
14 commits,
1 year ago
version 13
42ac64df
13 commits,
1 year ago
version 12
070ffe59
12 commits,
1 year ago
version 11
a2784190
11 commits,
1 year ago
version 10
921552cb
10 commits,
1 year ago
version 9
14d8a937
9 commits,
1 year ago
version 8
10e7f038
8 commits,
1 year ago
version 7
116eb9d2
6 commits,
1 year ago
version 6
9db72ec4
6 commits,
1 year ago
version 5
34f8dcb4
3 commits,
1 year ago
version 4
34f8dcb4
5 commits,
1 year ago
version 3
34f8dcb4
5 commits,
1 year ago
version 2
508029b0
4 commits,
1 year ago
version 1
6cf86524
3 commits,
1 year ago
5 files
+
140
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
.gitlab-ci.yml
+
10
−
0
Options
@@ -13,3 +13,13 @@ compilation:
-
source /cvmfs/cms.cern.ch/cmsset_default.sh
-
yum install -y python3 zsh
-
make
cmake
:
stage
:
build
tags
:
-
cvmfs
script
:
-
source /cvmfs/cms.cern.ch/cmsset_default.sh
-
yum install -y cmake3 python3 zsh
-
./install.sh
Loading