Skip to content

Commit

Permalink
appveyor: Use preinstalled MSYS2
Browse files Browse the repository at this point in the history
Now MSYS2 is preinstalled on AppVeyor.
  • Loading branch information
k-takata committed Oct 6, 2015
1 parent 9e7e5fa commit a96ac59
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 0 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
version: '{build}'
shallow_clone: true
environment:
global:
MSYS2_BASEVER: 20150916
matrix:
- COMPILER: msvc
CPU: i386
Expand Down
6 changes: 1 addition & 5 deletions tools/appveyor.bat
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,7 @@ goto :eof
:: Using MSYS2
call :install_vim
@echo on
:: Install MSYS2
appveyor DownloadFile "http://repo.msys2.org/distrib/%MSYS2_ARCH%/msys2-base-%MSYS2_ARCH%-%MSYS2_BASEVER%.tar.xz" -FileName "msys2.tar.xz"
c:\cygwin\bin\xz -dc msys2.tar.xz | c:\cygwin\bin\tar xf -

PATH %APPVEYOR_BUILD_FOLDER%\%MSYS2_DIR%\%MSYSTEM%\bin;%APPVEYOR_BUILD_FOLDER%\%MSYS2_DIR%\usr\bin;%PATH%
PATH C:\%MSYS2_DIR%\%MSYSTEM%\bin;C:\%MSYS2_DIR%\usr\bin;%PATH%
set CHERE_INVOKING=yes
bash -lc ""
:: Install and update necessary packages
Expand Down

0 comments on commit a96ac59

Please sign in to comment.