Changeset 9ef4235 in git
- Timestamp:
- May 25, 2018, 3:11:02 PM (6 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 2ede24b
- Parents:
- 3d19203
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.circleci/config.yml
r3d19203 r9ef4235 13 13 echo 'export LD_LIBRARY_PATH=$ROOTSYS/lib:$LD_LIBRARY_PATH' >> $BASH_ENV 14 14 fi 15 echo 'export PYTHIA8=/opt/pythia' >> $BASH_ENV 15 if [[ -d /opt/pythia ]]; then 16 echo 'export PYTHIA8=/opt/pythia' >> $BASH_ENV 17 else 18 echo 'export PYTHIA8=/usr' >> $BASH_ENV 19 fi 16 20 - run: 17 21 name: Build Delphes using make
Note:
See TracChangeset
for help on using the changeset viewer.