From 8977673fdf0d36086af0cfa8720b5afa11c63c3b Mon Sep 17 00:00:00 2001 From: Jonathan Li Date: Sun, 10 Jan 2016 12:05:30 +0000 Subject: [PATCH] ci: reduce AppVeyor workload Don't compile with VS2013 if VS2015 compilation fails. Build only SSE2 and AVX2 GSdx variants. --- appveyor.yml | 7 +++++-- buildbot.xml | 10 +++++++++- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 4c94289873..0b0fa201dc 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -6,13 +6,16 @@ version: 1.{build}-{branch} environment: matrix: - platform: Win32 - target: ReleaseAll + target: AppVeyor visualstudio_string: vs2015 - platform: Win32 VisualStudioVersion: 12.0 - target: ReleaseAll + target: AppVeyor visualstudio_string: vs2013 +matrix: + fast_finish: true + init: # Use CRLF line endings on Windows so users can just use Notepad. - git config --global core.autocrlf true diff --git a/buildbot.xml b/buildbot.xml index 32a6807360..536ed21b12 100644 --- a/buildbot.xml +++ b/buildbot.xml @@ -40,7 +40,7 @@ - + @@ -73,4 +73,12 @@ + + + Release + + + + +