Merge pull request #339 from Hamayama/appvey

Change .appveyor.yml for MSYS2 x86_64
This commit is contained in:
SANO,Masatoshi 2018-08-15 20:10:12 +08:00 committed by GitHub
commit 636c375aba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ install:
do pacman --noconfirm -Suy autoconf automake mingw-w64-"+ $env:MSYS2_ARCH + "-gcc make zlib-devel python3 && break || sleep 15; done");
&("msys" + $env:MSYS2_BITS + "\usr\bin\bash") -lc "pacman --noconfirm -R -s bash-completion tftp-hpa inetutils util-linux tzcode time dash flex pax-git file bsdcpio bsdtar lndir";
&("msys" + $env:MSYS2_BITS + "\usr\bin\bash") -lc "yes|pacman --noconfirm -Sc";
&("msys" + $env:MSYS2_BITS + "\autorebase.bat");
#&("msys" + $env:MSYS2_BITS + "\autorebase.bat");
}
build_script: