Added Clang 4.0 and VC 2015 and 2017 tests

This commit is contained in:
Christophe Riccio 2017-08-17 13:17:54 +02:00
parent 3d028660df
commit 990222edfe
2 changed files with 5 additions and 3 deletions

View File

@ -2,6 +2,8 @@ clone_folder: c:\dev\glm-cmake
os: os:
- Visual Studio 2013 - Visual Studio 2013
- Visual Studio 2015
- Visual Studio 2017
platform: platform:
- x86 - x86

View File

@ -36,10 +36,10 @@ matrix:
apt: apt:
sources: sources:
- ubuntu-toolchain-r-test - ubuntu-toolchain-r-test
- llvm-toolchain-precise-5.0 - llvm-toolchain-precise-4.0
packages: packages:
- clang-5.0 - clang-4.0
env: COMPILER=clang++-5.0 env: COMPILER=clang++-4.0
compiler: compiler:
- clang - clang