mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-17 08:11:51 +00:00
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:
parent
99156c61e4
commit
1d09408e38
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user