mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-05 14:31:24 +12:00
Small appveyor fix
clone depth isn't very reliable for submodules. Still waiting for appveyor to update to 2.5.0 git.
This commit is contained in:
parent
d1f31d6fda
commit
4456d9fcf1
1 changed files with 2 additions and 3 deletions
|
@ -13,9 +13,8 @@ branches:
|
||||||
- ppu_recompiler
|
- ppu_recompiler
|
||||||
|
|
||||||
before_build:
|
before_build:
|
||||||
- git submodule update --init --depth 3 asmjit minidx9
|
|
||||||
# until git for win 2.5 release with commit checkout
|
# until git for win 2.5 release with commit checkout
|
||||||
- git submodule update --init ffmpeg
|
- git submodule update --init ffmpeg asmjit minidx9
|
||||||
- 7z x wxWidgets.7z -aos -oC:\rpcs3\wxWidgets > null
|
- 7z x wxWidgets.7z -aos -oC:\rpcs3\wxWidgets > null
|
||||||
- if %configuration%==Release (cmake -G "Visual Studio 14 Win64")
|
- if %configuration%==Release (cmake -G "Visual Studio 14 Win64")
|
||||||
else (7z x llvmlibs.7z -aos -oC:\rpcs3 > null && cmake -G "Visual Studio 14 Win64" -DLLVM_DIR=C:/rpcs3/llvm_build/share/llvm/cmake)
|
else (7z x llvmlibs.7z -aos -oC:\rpcs3 > null && cmake -G "Visual Studio 14 Win64" -DLLVM_DIR=C:/rpcs3/llvm_build/share/llvm/cmake)
|
||||||
|
@ -33,4 +32,4 @@ install:
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: bin
|
- path: bin
|
||||||
name: rpcs3-$(configuration)-$(COMMIT_SHA)
|
name: rpcs3-$(configuration)-$(COMMIT_SHA)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue