appveyor attempt #2

This commit is contained in:
James Benton 2018-05-25 14:26:49 +01:00
parent 29d1190fd1
commit 425f6a9972

View File

@ -10,6 +10,13 @@ platform:
configuration: configuration:
- Release - Release
# - appveyor DownloadFile https://downloads.devkitpro.org/msys-2.10.0.7z
# - 7z x msys-2.10.0.7z -oC:\msys2
# - C:\msys2\msys2\usr\bin\bash.exe --login -c exit
# - C:\msys2\msys2\usr\bin\pacman.exe -Syu --noconfirm
# - C:\msys2\msys2\usr\bin\pacman.exe -S devkitPPC --noconfirm --needed
# - set DEVKITPPC=C:\msys2\msys2\opt\devkitpro\devkitPPC
install: install:
- git submodule update --init --recursive - git submodule update --init --recursive
- appveyor DownloadFile https://kent.dl.sourceforge.net/project/gnuwin32/make/3.81/make-3.81-bin.zip - appveyor DownloadFile https://kent.dl.sourceforge.net/project/gnuwin32/make/3.81/make-3.81-bin.zip
@ -17,14 +24,9 @@ install:
- appveyor DownloadFile https://netix.dl.sourceforge.net/project/gnuwin32/make/3.81/make-3.81-dep.zip - appveyor DownloadFile https://netix.dl.sourceforge.net/project/gnuwin32/make/3.81/make-3.81-dep.zip
- 7z x make-3.81-dep.zip -oC:\make - 7z x make-3.81-dep.zip -oC:\make
- set PATH=%PATH%;C:/make/bin - set PATH=%PATH%;C:/make/bin
- appveyor DownloadFile https://downloads.devkitpro.org/msys-2.10.0.7z - appveyor DownloadFile https://netcologne.dl.sourceforge.net/project/devkitpro/devkitPPC/devkitPPC_r29-1/devkitPPC_r29-1-win32.exe
- 7z x msys-2.10.0.7z -oC:\msys2 - 7z x devkitPPC_r29-1-win32.exe -oC:\ -y
- C:\msys2\msys2\usr\bin\bash.exe --login -c exit - set DEVKITPPC=C:/devkitPPC
- C:\msys2\msys2\usr\bin\pacman.exe -Syu --noconfirm
- C:\msys2\msys2\usr\bin\pacman.exe -S devkitPPC --noconfirm --needed
- set DEVKITPPC=C:\msys2\msys2\opt\devkitpro\devkitPPC
- vcpkg install zlib:x64-windows
- vcpkg integrate install
before_build: before_build:
- mkdir build - mkdir build