From 20df21746add582e703b71b4ec63ce64c0e055d4 Mon Sep 17 00:00:00 2001 From: Ricardo Constantino Date: Sun, 11 Feb 2018 14:10:28 +0000 Subject: appveyor: use undocumented --ask to force yes for all questions Also, remove progressbar, just spammy for reason. --- appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 47a87c2f4d..bd5412273e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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: -- cgit v1.2.3