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