Fork me on GitHub

source: git/.circleci/config.yml@ 1dc1b7e

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

add apt-get update

  • Property mode set to 100644
File size: 902 bytes
Line 
1version: 2
2jobs:
3 build:
4 docker:
5 - image: ubuntu:artful
6 steps:
7 - checkout
8 - run:
9 name: Update packages
10 command: apt-get update
11 - run:
12 name: Install packages
13 command: 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 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
14 - run:
15 name: Install ROOT
16 command: curl -L https://root.cern.ch/download/root_v6.12.06.Linux-ubuntu17-x86_64-gcc7.2.tar.gz | tar -zxf -
17 - run:
18 name: Setup ROOT
19 command: source root/bin/thisroot.sh
20 - run:
21 name: Build Delphes
22 command: make
Note: See TracBrowser for help on using the repository browser.