summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--appveyor.yml6
1 files 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: