Changeset 0bc9cea in git
- Timestamp:
- Apr 20, 2018, 3:47:40 PM (7 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 0bd8fc8
- Parents:
- eaec77b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.circleci/config.yml
reaec77b r0bc9cea 3 3 build: 4 4 docker: 5 - image: ubuntu: zesty5 - image: ubuntu:artful 6 6 steps: 7 7 - checkout 8 8 - run: 9 name: Print Debian version10 command: cat /etc/debian_version9 name: Install packages 10 command: apt-get -y install cmake curl g++ 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 11 11 - run: 12 name: Install packages 13 command: apt-get -y install build-essential 14 12 name: Install ROOT 13 command: curl -L https://root.cern.ch/download/root_v6.12.06.Linux-ubuntu17-x86_64-gcc7.2.tar.gz | tar -zxf - 14 - run: 15 name: Setup ROOT 16 command: source root/bin/thisroot.sh 17 - run: 18 name: Build Delphes 19 command: make
Note:
See TracChangeset
for help on using the changeset viewer.