use clang 3.6

This commit is contained in:
Maxime Gimeno 2017-06-16 15:29:41 +02:00
parent 07ed1e08a3
commit c904fc419d
2 changed files with 17 additions and 9 deletions

View File

@ -43,8 +43,15 @@ env:
- PACKAGE='TDS_3 Three Triangulation '
- PACKAGE='Triangulation_2 Triangulation_3 Union_find '
- PACKAGE='Visibility_2 Voronoi_diagram_2 '
- PACKAGE='Polyhedron_demo'
- PACKAGE='Polyhedron_demo'
compiler:
- clang-3.6
- gcc
install:
- if [[ "$CXX" = "clang++" ]]; then export CXX=clang++-3.6 CC=clang-3.6; fi
before_script:
- mkdir -p build
- cd build
@ -54,14 +61,12 @@ before_script:
script:
- cd ./.travis
- bash -x -e ./build_package.sh $PACKAGE
compiler:
- clang
- gcc
addons:
apt:
sources:
- sourceline: 'ppa:ppsspp/cmake'
packages:
packages:
- clang-3.6
- zsh
- cmake
- libboost1.55-dev

View File

@ -4,7 +4,12 @@ sudo: required
env:
matrix:
PACKAGES_MATRIX
compiler:
- clang-3.6
- gcc
install:
- if [[ "$CXX" = "clang++" ]]; then export CXX=clang++-3.6 CC=clang-3.6; fi
before_script:
- mkdir -p build
- cd build
@ -14,14 +19,12 @@ before_script:
script:
- cd ./.travis
- bash -x -e ./build_package.sh $PACKAGE
compiler:
- clang
- gcc
addons:
apt:
sources:
- sourceline: 'ppa:ppsspp/cmake'
packages:
packages:
- clang-3.6
- zsh
- cmake
- libboost1.55-dev