Fork me on GitHub

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

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

add tar package

  • Property mode set to 100644
File size: 878 bytes
RevLine 
[58cfe91]1version: 2
2jobs:
3 build:
4 docker:
[0bc9cea]5 - image: ubuntu:artful
[58cfe91]6 steps:
7 - checkout
8 - run:
9 name: Install packages
[1ece4e2]10 command: |
11 apt-get update
[ed622de]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
[0bc9cea]13 - run:
[1ece4e2]14 name: Install ROOT and build Delphes
15 command: |
[392d142]16 curl -sLO https://root.cern.ch/download/root_v6.12.06.Linux-ubuntu17-x86_64-gcc7.2.tar.gz
17 tar -zxf root_v6.12.06.Linux-ubuntu17-x86_64-gcc7.2.tar.gz
[1ece4e2]18 source root/bin/thisroot.sh
19 make
Note: See TracBrowser for help on using the repository browser.