- Timestamp:
- May 18, 2018, 8:23:00 PM (6 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 90187bd
- Parents:
- 457f481
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.circleci/config.yml
r457f481 r73bc3ca 15 15 echo 'export PYTHIA8=/opt/pythia' >> $BASH_ENV 16 16 - run: 17 name: Build Delphes 17 name: Build Delphes using make 18 18 command: | 19 19 make -j `nproc` HAS_PYTHIA8=true 20 - run: 21 name: Build Delphes using cmake 22 command: | 23 mkdir -p build 24 cd build 25 cmake .. 26 make -j `nproc`
Note:
See TracChangeset
for help on using the changeset viewer.