Skip to content
Snippets Groups Projects
Commit 660a8941 authored by Stephen A. Wood's avatar Stephen A. Wood
Browse files

Update travis to build with Trusty Tahr (Ubuntu 14)

  Also use root 6
parent 211f5a80
No related branches found
No related tags found
No related merge requests found
os: linux
compiler: gcc
language: cpp
dist: trusty
git:
depth: 5
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y x11-common libx11-6 x11-utils gsl-bin libxpm4 libxft2 libpng3 libjpeg-turbo8 libjpeg8 libtiff4 libxml2 libldap-2.4-2 libkrb5-3 freeglut3 libfftw3-3 python libmysqlclient18 libgif4 libiodbc2 libxext6 libxmu6 libimlib2 gccxml wget libpopt-dev libc6-dev-i386
- sudo apt-get autoremove
- sudo pip install --egg scons
install:
- wget http://root.cern.ch/download/root_v5.34.32.Linux-ubuntu12-x86_64-gcc4.6.tar.gz -O /tmp/root.tar.gz
- wget https://root.cern.ch/download/root_v6.10.02.Linux-ubuntu14-x86_64-gcc4.8.tar.gz -O /tmp/root.tar.gz
- pwd
- tar -xzf /tmp/root.tar.gz
- source ./root/bin/thisroot.sh
- source ./setup.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment