appveyor: use undocumented --ask to force yes for all questions

Also, remove progressbar, just spammy for reason.
This commit is contained in:
Ricardo Constantino 2018-02-11 14:10:28 +00:00
parent 000a0e2775
commit 20df21746a
No known key found for this signature in database
GPG Key ID: EFD16019AE4FF531
1 changed files with 3 additions and 3 deletions

View File

@ -15,11 +15,11 @@ test: off
install:
# Update core packages
- C:\msys64\usr\bin\pacman -Syyuu --noconfirm
- C:\msys64\usr\bin\pacman -Syyuu --noconfirm --noprogressbar --ask=20
# Update non-core packages
- C:\msys64\usr\bin\pacman -Suu --noconfirm
- C:\msys64\usr\bin\pacman -Suu --noconfirm --noprogressbar --ask=20
# Install required MSYS2 packages
- C:\msys64\usr\bin\pacman -S --noconfirm --needed base-devel perl python pkg-config
- C:\msys64\usr\bin\pacman -S --noconfirm --noprogressbar --needed base-devel perl python pkg-config
# Now MSYS2 is up to date, do the rest of the install from a bash script
- C:\msys64\usr\bin\bash -lc "cd && exec \"$APPVEYOR_BUILD_FOLDER\"/TOOLS/appveyor-install.sh"
build_script: