Fork me on GitHub

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

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

group commands

  • Property mode set to 100644
File size: 815 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 curl -sL https://root.cern.ch/download/root_v6.12.06.Linux-ubuntu17-x86_64-gcc7.2.tar.gz | tar -zxf -
17 source root/bin/thisroot.sh
18 make
Note: See TracBrowser for help on using the repository browser.