From d9d1aaf4b4c951814a5908ed6df2f09a71f327bd Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Sun, 19 Aug 2018 16:52:06 +0200 Subject: [PATCH] Reduce the number of appveyor configuration --- .appveyor.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 1bade326..f9ff31b8 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -22,7 +22,11 @@ environment: matrix: exclude: - image: Visual Studio 2013 - GLM_ARGUMENTS: -DGLM_TEST_ENABLE=ON -DGLM_TEST_ENABLE_LANG_EXTENSIONS=ON -DGLM_TEST_ENABLE_SIMD_AVX=ON + GLM_ARGUMENTS: -DGLM_TEST_ENABLE_SIMD_AVX=ON -DGLM_TEST_ENABLE_LANG_EXTENSIONS=ON + - image: Visual Studio 2015 + platform: x86 + - image: Visual Studio 2017 + platform: x86 before_build: - ps: |