summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEduard Braun <Eduard.Braun2@gmx.de>2017-06-13 17:43:11 +0000
committerEduard Braun <Eduard.Braun2@gmx.de>2017-06-16 15:53:04 +0000
commit657285e593dc1b901203bd797c335e87672e3d26 (patch)
treec07baa197a8282d5b37d96484d333896bad2d836
parentMake tests buildable on windows and account for newer gtest 1.8.0 (which alre... (diff)
downloadinkscape-657285e593dc1b901203bd797c335e87672e3d26.tar.gz
inkscape-657285e593dc1b901203bd797c335e87672e3d26.zip
Skip full system upgrade
Speeds up the build by a few minutes. most packages are not needed anyway, and those that are should be updated by msys2installdeps.sh
-rw-r--r--appveyor.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/appveyor.sh b/appveyor.sh
index 26d75571a..dbf13ac32 100644
--- a/appveyor.sh
+++ b/appveyor.sh
@@ -16,8 +16,7 @@ EOF
-# update/install dependecies
-pacman -Suu --needed --noconfirm --noprogressbar
+# install dependecies
pacman -S $MINGW_PACKAGE_PREFIX-ccache --needed --noconfirm --noprogressbar
source ../msys2installdeps.sh