Fork me on GitHub

Changeset 73bc3ca in git


Ignore:
Timestamp:
May 18, 2018, 8:23:00 PM (6 years ago)
Author:
Pavel Demin <pavel-demin@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
90187bd
Parents:
457f481
Message:

add cmake build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .circleci/config.yml

    r457f481 r73bc3ca  
    1515            echo 'export PYTHIA8=/opt/pythia' >> $BASH_ENV
    1616      - run:
    17           name: Build Delphes
     17          name: Build Delphes using make
    1818          command: |
    1919            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.