Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add appveyor.yml for Windows-based CI #9406

Closed
wants to merge 22 commits into from

yolo?

  • Loading branch information
frewsxcv committed Jan 23, 2016
commit a89322dd85082e502e93564a02ee3e99443652ca
@@ -9,7 +9,23 @@ platform:
- x64

install:
- pacman --sync pacman-mirrors
- update-core
- pacman -Sy git mingw-w64-x86_64-toolchain mingw-w64-x86_64-freetype mingw-w64-x86_64-icu mingw-w64-x86_64-nspr mingw-w64-x86_64-ca-certificates mingw-w64-x86_64-expat mingw-w64-x86_64-cmake tar diffutils patch patchutils make python2-se tuptools
- choco install -y 7zip.commandline
- choco install -y axel
- set MSYS2_INSTALLER=msys2-base-i686-20150512.tar.xz
- axel http://sourceforge.net/projects/msys2/files/Base/i686/%MSYS2_INSTALLER% > nul
- 7z x %MSYS2_INSTALLER% -oC:\ProgramData\msys2-base-i686.tar > nul
- 7z x c:\ProgramData\msys2-base-i686.tar -oC:\ProgramData\ > nul
- set MSYSTEM=MSYS
- set MSYS="winsymlinks=lnk"
- C:\ProgramData\msys32\usr\bin\bash -l -c "echo restart"
- C:\ProgramData\msys32\usr\bin\bash -l -c "curl http://repo.msys2.org/msys/i686/pacman-mirrors-20150619-1-any.pkg.tar.xz > pacman-mirrors-20150619-1-any.pkg.tar.xz"
- C:\ProgramData\msys32\usr\bin\bash -l -c "pacman -U --noconfirm pacman-mirrors-*"
- echo Server = http://repo.msys2.org/msys/$arch > C:\ProgramData\msys32\etc\pacman.d\mirrorlist.msys
- echo Server = http://repo.msys2.org/mingw/i686 > C:\ProgramData\msys32\etc\pacman.d\mirrorlist.mingw32
- echo Server = http://repo.msys2.org/mingw/x86_64 > C:\ProgramData\msys32\etc\pacman.d\mirrorlist.mingw64

- C:\ProgramData\msys32\usr\bin\bash -l -c "pacman -Sy"
- C:\ProgramData\msys32\usr\bin\bash -l -c "pacman -S --needed --noconfirm msys2-runtime pacman bash"
- C:\ProgramData\msys32\usr\bin\bash -l -c "pacman -Su --noconfirm"
- C:\ProgramData\msys32\usr\bin\bash -l -c "pacman -S --needed --noconfirm msys2-devel base-devel mingw-w64-i686-toolchain git subversion"
build_script: mach build
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.