From ecc142702a092e9c00642704d8e08242f5f63e7c Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Sun, 20 Jan 2019 21:57:40 -0600 Subject: [PATCH] disable 2017 builds for now, appveyor is taking too long --- appveyor.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 61aa4b7..5f98dd4 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,16 +1,12 @@ image: - Visual Studio 2015 - - Visual Studio 2017 + #- Visual Studio 2017 environment: PATH: C:\msys64\usr\bin;C:\msys64\mingw64\bin;C:\Windows\System32;C:\Windows;%PATH% matrix: # x86 builds - - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 - GENERATOR: Visual Studio 15 2017 - CONFIG: Release - SHARED_LIBS: ON - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 GENERATOR: Visual Studio 14 2015 CONFIG: Release @@ -29,10 +25,6 @@ environment: SHARED_LIBS: OFF # x64 builds - - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 - GENERATOR: Visual Studio 15 2017 Win64 - CONFIG: Release - SHARED_LIBS: ON - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 GENERATOR: Visual Studio 14 2015 Win64 CONFIG: Release