Disable regular (non-llvm) builds to save time

because appveyor wouldn't run them in parallel. llvm builds are only ~1
min longer anyway.
This commit is contained in:
Danila Malyutin 2015-08-13 01:34:34 +03:00
parent 99156c61e4
commit 1d09408e38

View file

@ -1,17 +1,13 @@
version: 1.0.{build} version: 1.0.{build}
os: Visual Studio 2015 os: Visual Studio 2015
configuration: configuration:
- Release # - Release
- ReleaseLLVM - ReleaseLLVM
platform: x64 platform: x64
clone_folder: c:\rpcs3 clone_folder: c:\rpcs3
clone_depth: 1 clone_depth: 1
test: off test: off
matrix:
allow_failures:
- configuration: ReleaseLLVM
branches: branches:
except: except:
- ppu_recompiler - ppu_recompiler