Skip to content

Commit

Permalink
Merge pull request RPCS3#1202 from danilaml/patch-1
Browse files Browse the repository at this point in the history
Small appveyor fix
  • Loading branch information
tambry committed Aug 29, 2015
2 parents d1f31d6 + 4456d9f commit de7bbb5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -33,4 +32,4 @@ install:

artifacts:
- path: bin
name: rpcs3-$(configuration)-$(COMMIT_SHA)
name: rpcs3-$(configuration)-$(COMMIT_SHA)

0 comments on commit de7bbb5

Please sign in to comment.