mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
Merge pull request #339 from Hamayama/appvey
Change .appveyor.yml for MSYS2 x86_64
This commit is contained in:
commit
636c375aba
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue