From ea7ce21220a3dfe8b285f4956a489a2d98b6ac47 Mon Sep 17 00:00:00 2001 From: ThePhD Date: Tue, 26 Dec 2017 18:23:04 -0500 Subject: [PATCH] LLVM exclusions, even if we don't turn it on yet --- appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index befefc77..40d70aac 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -67,6 +67,9 @@ matrix: MINGW_VERSION: 6.3.0 - image: Visual Studio 2017 MINGW_VERSION: 5.3.0 + # LLVM exists in all images, so we only need Visual Studio 2017 + - image: Visual Studio 2015 + LLVM_VERSION: 4.0.0 # Get rid of x86 builds - platform: x86 LUA_VERSION: 5.2.4