travis configuration
This commit is contained in:
parent
5fe0e2f36d
commit
e1670a48c9
@ -6,13 +6,10 @@ env:
|
||||
COMPILER_PACKAGE=g++-4.9
|
||||
|
||||
- COMPILER=g++-4.8
|
||||
COMPILER_PACKAGE=g++-4.9
|
||||
COMPILER_PACKAGE=g++-4.8
|
||||
|
||||
- COMPILER=g++-4.7
|
||||
COMPILER_PACKAGE=g++-4.9
|
||||
|
||||
- COMPILER=clang++-3.4
|
||||
COMPILER_PACKAGE=clang-3.4
|
||||
COMPILER_PACKAGE=g++-4.7
|
||||
|
||||
- COMPILER=clang++-3.5
|
||||
COMPILER_PACKAGE=clang-3.5
|
||||
@ -23,7 +20,7 @@ env:
|
||||
before_install:
|
||||
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
|
||||
- sudo add-apt-repository ppa:boost-latest/ppa -y
|
||||
- sudo add-apt-repository ppa:h-rayflood/llvm -y
|
||||
- sudo add-apt-repository ppa:h-rayflood/llvm-upper -y
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install -qq libboost1.54-dev libboost-program-options1.54-dev build-essential ${COMPILER_PACKAGE}
|
||||
- ${COMPILER} --version
|
||||
|
Loading…
x
Reference in New Issue
Block a user