From 1d09408e38ba3e2d14bcfaa36ffe2b9ea9d4e116 Mon Sep 17 00:00:00 2001 From: Danila Malyutin Date: Thu, 13 Aug 2015 01:34:34 +0300 Subject: [PATCH] Disable regular (non-llvm) builds to save time because appveyor wouldn't run them in parallel. llvm builds are only ~1 min longer anyway. --- appveyor.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 691436ecfa..c00686952d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,17 +1,13 @@ version: 1.0.{build} os: Visual Studio 2015 configuration: - - Release +# - Release - ReleaseLLVM platform: x64 clone_folder: c:\rpcs3 clone_depth: 1 test: off -matrix: - allow_failures: - - configuration: ReleaseLLVM - branches: except: - ppu_recompiler