diff options
| author | Eduard Braun <Eduard.Braun2@gmx.de> | 2017-06-20 01:19:15 +0000 |
|---|---|---|
| committer | Eduard Braun <Eduard.Braun2@gmx.de> | 2017-06-20 01:25:22 +0000 |
| commit | 0b12425730d7a5a8fea14bba144d611971df71d3 (patch) | |
| tree | e7581190ef530b48703df7ae08bfb985309f9dd6 | |
| parent | Improve AppVeyor configuration (diff) | |
| download | inkscape-0b12425730d7a5a8fea14bba144d611971df71d3.tar.gz inkscape-0b12425730d7a5a8fea14bba144d611971df71d3.zip | |
appveyor: updated libgc and gtest now live
| -rw-r--r-- | appveyor.sh | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/appveyor.sh b/appveyor.sh index 436c5e932..6818aa3b5 100644 --- a/appveyor.sh +++ b/appveyor.sh @@ -25,17 +25,9 @@ EOF # install dependencies message "--- Installing dependencies" source ../msys2installdeps.sh -pacman -S $MINGW_PACKAGE_PREFIX-ccache --needed --noconfirm --noprogressbar +pacman -S $MINGW_PACKAGE_PREFIX-{ccache,gtest} --needed --noconfirm --noprogressbar ccache --max-size=200M -# pending package updates, see -# - https://github.com/Alexpux/MINGW-packages/pull/2597 -# - https://github.com/Alexpux/MINGW-packages/pull/2588 -wget -nv https://gitlab.com/Ede123/bintray/raw/master/$MINGW_PACKAGE_PREFIX-gc-7.6.0-1-any.pkg.tar.xz \ - && pacman -U $MINGW_PACKAGE_PREFIX-gc-7.6.0-1-any.pkg.tar.xz --noconfirm -wget -nv https://gitlab.com/Ede123/bintray/raw/master/$MINGW_PACKAGE_PREFIX-gtest-1.8.0-1-any.pkg.tar.xz \ - && pacman -U $MINGW_PACKAGE_PREFIX-gtest-1.8.0-1-any.pkg.tar.xz --noconfirm - ### build / test |
