mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-17 08:11:51 +00:00
e06b33162d
have to use gdrive until official 3.1 release
29 lines
892 B
YAML
29 lines
892 B
YAML
version: 1.0.{build}
|
|
os: Visual Studio 2015
|
|
configuration: Release
|
|
platform: x64
|
|
clone_folder: c:\projects\rpcs3
|
|
clone_depth: 1
|
|
|
|
branches:
|
|
except:
|
|
- ppu_recompiler
|
|
|
|
before_build:
|
|
- git submodule update --init --depth 3 asmjit minidx9
|
|
# until git for win 2.5 release with commit checkout
|
|
- git submodule update --init ffmpeg
|
|
- 7z x wxWidgets.7z -aos -oC:\projects\rpcs3\wxWidgets
|
|
- cmake -G "Visual Studio 14 Win64"
|
|
|
|
build_script:
|
|
- cmake --build . --config Release
|
|
|
|
install:
|
|
- ps: Start-FileDownload 'https://402331b94f8e4b87ae2ef4677347f7956cf3861f.googledrive.com/host/0B6v_qtb9hkicfmt0NG0wTTRtUmF4X3VTQk5Oc2JidEVKVnUteDA1dXdrYlNsVW9kREpsSHc/wxWidgets.7z'
|
|
# - set wxWidgets_ROOT_DIR=C:\projects\rpcs3\wxWidgets;
|
|
- 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%
|
|
|
|
test: off |