2015-08-03 21:07:12 +02:00
|
|
|
version: 1.0.{build}
|
|
|
|
os: Visual Studio 2015
|
|
|
|
configuration: Release
|
|
|
|
platform: x64
|
|
|
|
clone_folder: c:\projects\rpcs3
|
2015-08-04 18:57:41 +02:00
|
|
|
clone_depth: 1
|
|
|
|
|
|
|
|
branches:
|
|
|
|
except:
|
|
|
|
- ppu_recompiler
|
2015-08-03 21:07:12 +02:00
|
|
|
|
|
|
|
before_build:
|
2015-08-04 18:57:41 +02:00
|
|
|
- git submodule update --init --depth 3 asmjit minidx9
|
2015-08-07 23:34:37 +02:00
|
|
|
# until git for win 2.5 release with commit checkout
|
|
|
|
- git submodule update --init ffmpeg
|
2015-08-07 23:53:39 +02:00
|
|
|
- 7z x wxWidgets.7z -aos -oC:\projects\rpcs3\wxWidgets > null
|
2015-08-07 23:34:37 +02:00
|
|
|
- cmake -G "Visual Studio 14 Win64"
|
2015-08-04 18:57:41 +02:00
|
|
|
|
|
|
|
build_script:
|
2015-08-08 16:05:32 +02:00
|
|
|
- cmake --build . --config Release -- /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
|
2015-08-03 21:07:12 +02:00
|
|
|
|
|
|
|
install:
|
2015-08-07 23:34:37 +02:00
|
|
|
- ps: Start-FileDownload 'https://402331b94f8e4b87ae2ef4677347f7956cf3861f.googledrive.com/host/0B6v_qtb9hkicfmt0NG0wTTRtUmF4X3VTQk5Oc2JidEVKVnUteDA1dXdrYlNsVW9kREpsSHc/wxWidgets.7z'
|
2015-08-04 18:57:41 +02:00
|
|
|
- set WXWIN=C:\projects\rpcs3\wxWidgets;
|
|
|
|
- set OPENALDIR=C:\projects\rpcs3\OpenAL;
|
|
|
|
- set PATH=C:\Program Files (x86)\MSBuild\14.0\Bin;C:\wxWidgets;%PATH%
|
2015-08-04 18:23:35 +02:00
|
|
|
|
2015-08-07 18:06:46 +02:00
|
|
|
test: off
|