Skip to content
Snippets Groups Projects

CMakeLists to fetch TUnfold and ProtoDarwin

Merged Louis Moureaux requested to merge lmoureau/Darwin:feature/cmake into master
5 files
+ 140
0
Compare changes
  • Side-by-side
  • Inline
Files
5
+ 10
0
@@ -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