mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-16 23:17:29 +00:00
Use precompiled wxWidgets package
have to use gdrive until official 3.1 release
This commit is contained in:
parent
ddff65d288
commit
e06b33162d
16
appveyor.yml
16
appveyor.yml
@ -11,23 +11,19 @@ branches:
|
|||||||
|
|
||||||
before_build:
|
before_build:
|
||||||
- git submodule update --init --depth 3 asmjit minidx9
|
- git submodule update --init --depth 3 asmjit minidx9
|
||||||
# until git for win 2.5 release
|
# until git for win 2.5 release with commit checkout
|
||||||
- git submodule update --init ffmpeg wxWidgets
|
- git submodule update --init ffmpeg
|
||||||
- 7z x lib.7z -aos -oC:\projects\rpcs3\wxWidgets
|
- 7z x wxWidgets.7z -aos -oC:\projects\rpcs3\wxWidgets
|
||||||
- cmake -G "Visual Studio 14 Win64" -DwxWidgets_ROOT_DIR=C:\projects\rpcs3\wxWidgets;
|
- cmake -G "Visual Studio 14 Win64"
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- cmake --build . --config Release
|
- cmake --build . --config Release
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- ps: Start-FileDownload 'https://402331b94f8e4b87ae2ef4677347f7956cf3861f.googledrive.com/host/0B6v_qtb9hkicfmt0NG0wTTRtUmF4X3VTQk5Oc2JidEVKVnUteDA1dXdrYlNsVW9kREpsSHc/lib.7z'
|
- ps: Start-FileDownload 'https://402331b94f8e4b87ae2ef4677347f7956cf3861f.googledrive.com/host/0B6v_qtb9hkicfmt0NG0wTTRtUmF4X3VTQk5Oc2JidEVKVnUteDA1dXdrYlNsVW9kREpsSHc/wxWidgets.7z'
|
||||||
- set wxWidgets_ROOT_DIR=C:\projects\rpcs3\wxWidgets;
|
# - set wxWidgets_ROOT_DIR=C:\projects\rpcs3\wxWidgets;
|
||||||
- set WXWIN=C:\projects\rpcs3\wxWidgets;
|
- set WXWIN=C:\projects\rpcs3\wxWidgets;
|
||||||
- set OPENALDIR=C:\projects\rpcs3\OpenAL;
|
- set OPENALDIR=C:\projects\rpcs3\OpenAL;
|
||||||
- set PATH=C:\Program Files (x86)\MSBuild\14.0\Bin;C:\wxWidgets;%PATH%
|
- set PATH=C:\Program Files (x86)\MSBuild\14.0\Bin;C:\wxWidgets;%PATH%
|
||||||
|
|
||||||
after_build:
|
|
||||||
- mkdir c:\cache\wxWidgets\lib\vc_x64_lib
|
|
||||||
- move wxWidgets\lib\vc_x64_lib c:\cache\wxWidgets\lib\vc_x64_lib
|
|
||||||
|
|
||||||
test: off
|
test: off
|
Loading…
Reference in New Issue
Block a user