Fork me on GitHub

Changeset 392d142 in git


Ignore:
Timestamp:
Apr 20, 2018, 4:10:18 PM (6 years ago)
Author:
Pavel Demin <pavel-demin@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
ed622de
Parents:
1ece4e2
Message:

split curl and tar commands

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .circleci/config.yml

    r1ece4e2 r392d142  
    1414          name: Install ROOT and build Delphes
    1515          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
    1720            source root/bin/thisroot.sh
    1821            make
Note: See TracChangeset for help on using the changeset viewer.