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:
+1
-5
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user