Changeset 392d142 in git for .circleci/config.yml
- Timestamp:
- Apr 20, 2018, 4:10:18 PM (7 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- ed622de
- Parents:
- 1ece4e2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.circleci/config.yml
r1ece4e2 r392d142 14 14 name: Install ROOT and build Delphes 15 15 command: | 16 curl -sL https://root.cern.ch/download/root_v6.12.06.Linux-ubuntu17-x86_64-gcc7.2.tar.gz | tar -zxf - 16 df -h 17 ls 18 curl -sLO https://root.cern.ch/download/root_v6.12.06.Linux-ubuntu17-x86_64-gcc7.2.tar.gz 19 tar -zxf root_v6.12.06.Linux-ubuntu17-x86_64-gcc7.2.tar.gz 17 20 source root/bin/thisroot.sh 18 21 make
Note:
See TracChangeset
for help on using the changeset viewer.