From 4456d9fcf150097768b525e139a6b392e2c0ec9a Mon Sep 17 00:00:00 2001 From: Danila Malyutin Date: Sat, 29 Aug 2015 01:20:19 +0300 Subject: [PATCH] Small appveyor fix clone depth isn't very reliable for submodules. Still waiting for appveyor to update to 2.5.0 git. --- appveyor.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 6c83526dd6..871097f07d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -13,9 +13,8 @@ branches: - 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 + - git submodule update --init ffmpeg asmjit minidx9 - 7z x wxWidgets.7z -aos -oC:\rpcs3\wxWidgets > null - 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) @@ -33,4 +32,4 @@ install: artifacts: - path: bin - name: rpcs3-$(configuration)-$(COMMIT_SHA) \ No newline at end of file + name: rpcs3-$(configuration)-$(COMMIT_SHA)