Added Clang 4.0 and VC 2015 and 2017 tests

master
Christophe Riccio ago%!(EXTRA string=8 years)
parent 3d028660df
commit 990222edfe
  1. 2
      .appveyor.yml
  2. 6
      .travis.yml

@ -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

@ -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

Loading…
Cancel
Save