From 990222edfea853bcd4cacc32c199fdb14453b755 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Thu, 17 Aug 2017 13:17:54 +0200 Subject: [PATCH] Added Clang 4.0 and VC 2015 and 2017 tests --- .appveyor.yml | 2 ++ .travis.yml | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index d5b469ee..aadaf547 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -2,6 +2,8 @@ clone_folder: c:\dev\glm-cmake os: - Visual Studio 2013 + - Visual Studio 2015 + - Visual Studio 2017 platform: - x86 diff --git a/.travis.yml b/.travis.yml index cf7603a9..71f4792a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,10 +36,10 @@ matrix: apt: sources: - ubuntu-toolchain-r-test - - llvm-toolchain-precise-5.0 + - llvm-toolchain-precise-4.0 packages: - - clang-5.0 - env: COMPILER=clang++-5.0 + - clang-4.0 + env: COMPILER=clang++-4.0 compiler: - clang