1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-10 07:55:35 +00:00

Another test on travis

This commit is contained in:
Guido Cossu 2016-08-30 14:38:42 +01:00
parent 843f5783b4
commit 655c893f86

View File

@ -9,12 +9,19 @@ matrix:
- os: osx
osx_image: xcode7.2
compiler: clang
env:
matrix:
- PRECISION=single
- PRECISION=double
- os: osx
osx_image: xcode7.2
compiler: gcc
env:
global:
- VERSION=-5
matrix:
- PRECISION=single
- PRECISION=double
- compiler: gcc
addons:
apt:
@ -29,6 +36,9 @@ matrix:
env:
global:
- VERSION=-4.9
matrix:
- PRECISION=single
- PRECISION=double
- compiler: gcc
addons:
apt:
@ -43,6 +53,9 @@ matrix:
env:
global:
- VERSION=-5
matrix:
- PRECISION=single
- PRECISION=double
- compiler: clang
addons:
apt:
@ -57,6 +70,9 @@ matrix:
env:
global:
- CLANG_LINK=http://llvm.org/releases/3.8.0/clang+llvm-3.8.0-x86_64-linux-gnu-ubuntu-14.04.tar.xz
matrix:
- PRECISION=single
- PRECISION=double
- compiler: clang
addons:
apt:
@ -71,6 +87,9 @@ matrix:
env:
global:
- CLANG_LINK=http://llvm.org/releases/3.7.0/clang+llvm-3.7.0-x86_64-linux-gnu-ubuntu-14.04.tar.xz
matrix:
- PRECISION=single
- PRECISION=double
before_install:
- export GRIDDIR=`pwd`
@ -91,11 +110,6 @@ install:
- $CXX --version
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export LDFLAGS='-L/usr/local/lib'; fi
env:
matrix:
- PRECISION=single
- PRECISION=double
script:
- ./scripts/reconfigure_script
- mkdir build