mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-12-27 06:21:02 +00:00
Be a little more consistent with travis
and disable tests (we don't have any). Also cache didn't help much so disable it for now.
This commit is contained in:
parent
0f28879f8d
commit
f35a2c8a04
24
appveyor.yml
24
appveyor.yml
@ -3,20 +3,30 @@ os: Visual Studio 2015
|
|||||||
configuration: Release
|
configuration: Release
|
||||||
platform: x64
|
platform: x64
|
||||||
clone_folder: c:\projects\rpcs3
|
clone_folder: c:\projects\rpcs3
|
||||||
|
clone_depth: 1
|
||||||
|
|
||||||
|
branches:
|
||||||
|
except:
|
||||||
|
- ppu_recompiler
|
||||||
|
|
||||||
before_build:
|
before_build:
|
||||||
- git submodule update --init asmjit ffmpeg minidx9 wxWidgets
|
- git submodule update --init --depth 3 asmjit minidx9
|
||||||
|
# until git for win 2.5 release
|
||||||
|
- git submodule update --init ffmpeg wxWidgets
|
||||||
|
- if exist "c:\cache\wxWidgets\build" move c:\cache\wxWidgets\build wxWidgets\build
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- set PATH=C:\Program Files (x86)\MSBuild\14.0\Bin;%PATH%
|
- set PATH=C:\Program Files (x86)\MSBuild\14.0\Bin;%PATH%
|
||||||
|
|
||||||
cache:
|
after_build:
|
||||||
- c:\projects\rpcs3\admjit -> .gitmodules
|
- mkdir c:\cache\wxWidgets\build
|
||||||
- c:\projects\rpcs3\ffmpeg -> .gitmodules
|
- move wxWidgets\lib\vc_x64_lib c:\cache\wxWidgets\build
|
||||||
- c:\projects\rpcs3\minidx9 -> .gitmodules
|
|
||||||
- c:\projects\rpcs3\wxWidgets -> .gitmodules
|
|
||||||
|
|
||||||
|
# not exactly the best dependency but works for now
|
||||||
|
cache:
|
||||||
|
- c:\cache\wxWidgets\build -> .gitmodules
|
||||||
|
|
||||||
|
test: off
|
||||||
build:
|
build:
|
||||||
project: rpcs3.sln
|
project: rpcs3.sln
|
||||||
parallel: true
|
|
||||||
verbosity: minimal
|
verbosity: minimal
|
Loading…
Reference in New Issue
Block a user