From 0b12425730d7a5a8fea14bba144d611971df71d3 Mon Sep 17 00:00:00 2001 From: Eduard Braun Date: Tue, 20 Jun 2017 03:19:15 +0200 Subject: appveyor: updated libgc and gtest now live --- appveyor.sh | 10 +--------- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3