Fork me on GitHub

source: git/.circleci/config.yml@ 392d142

ImprovedOutputFile Timing dual_readout llp
Last change on this file since 392d142 was 392d142, checked in by Pavel Demin <pavel-demin@…>, 6 years ago

split curl and tar commands

  • Property mode set to 100644
File size: 907 bytes
Line 
1version: 2
2jobs:
3 build:
4 docker:
5 - image: ubuntu:artful
6 steps:
7 - checkout
8 - run:
9 name: Install packages
10 command: |
11 apt-get update
12 apt-get -y install cmake curl gfortran graphviz-dev libcfitsio-dev libfftw3-dev libftgl-dev libglew-dev libglu1-mesa-dev libgsl-dev libjpeg-dev libkrb5-dev libldap2-dev libmysqlclient-dev libpcre3-dev libpng-dev libqt4-dev libqt4-opengl-dev libssl-dev libx11-dev libxext-dev libxft-dev libxi-dev libxml2-dev libxmu-dev libxpm-dev libxt-dev make python-dev tcl
13 - run:
14 name: Install ROOT and build Delphes
15 command: |
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
20 source root/bin/thisroot.sh
21 make
Note: See TracBrowser for help on using the repository browser.