Fork me on GitHub

source: git/.circleci/config.yml@ be77e94

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

replace curl with wget

  • Property mode set to 100644
File size: 986 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 tar tcl wget
13 - run:
14 name: Install ROOT and build Delphes
15 command: |
16 wget https://root.cern.ch/download/root_v6.12.06.Linux-ubuntu17-x86_64-gcc7.2.tar.gz
17 ls -l root_v6.12.06.Linux-ubuntu17-x86_64-gcc7.2.tar.gz
18 tar -zxvf root_v6.12.06.Linux-ubuntu17-x86_64-gcc7.2.tar.gz
19 ls -l root/bin/thisroot.sh
20 source root/bin/thisroot.sh
21 make
Note: See TracBrowser for help on using the repository browser.