mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 05:51:27 +12: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 changed files with 1 additions and 5 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue