diff options
| author | Eduard Braun <Eduard.Braun2@gmx.de> | 2017-06-13 17:43:11 +0000 |
|---|---|---|
| committer | Eduard Braun <Eduard.Braun2@gmx.de> | 2017-06-16 15:53:04 +0000 |
| commit | 657285e593dc1b901203bd797c335e87672e3d26 (patch) | |
| tree | c07baa197a8282d5b37d96484d333896bad2d836 | |
| parent | Make tests buildable on windows and account for newer gtest 1.8.0 (which alre... (diff) | |
| download | inkscape-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.sh | 3 |
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 |
