summaryrefslogtreecommitdiffstats
path: root/buildtools/appveyor.sh
diff options
context:
space:
mode:
authorEduard Braun <eduard.braun2@gmx.de>2017-09-07 19:13:09 +0000
committerEduard Braun <eduard.braun2@gmx.de>2017-09-07 19:13:09 +0000
commit9d530753f37f1b7ccfdb342aadb0eb6ac8f34a0f (patch)
treeb19ac5b1d28f76e7c6054e7e8d68549956c2780b /buildtools/appveyor.sh
parentadapt to poppler 0.58 (diff)
downloadinkscape-9d530753f37f1b7ccfdb342aadb0eb6ac8f34a0f.tar.gz
inkscape-9d530753f37f1b7ccfdb342aadb0eb6ac8f34a0f.zip
CI/AppVeyor: now compiles with poppler 0.59
Diffstat (limited to 'buildtools/appveyor.sh')
-rw-r--r--buildtools/appveyor.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/buildtools/appveyor.sh b/buildtools/appveyor.sh
index 41182405b..0457b98d3 100644
--- a/buildtools/appveyor.sh
+++ b/buildtools/appveyor.sh
@@ -31,10 +31,6 @@ export CCACHE_DIR=$(cygpath -a ccache/master)
ccache --max-size=200M
ccache --set-config=sloppiness=include_file_ctime,include_file_mtime
-# temporarily use old poppler (versions >= 0.58 need compatibilty fixes due to changed "Object" API)
-wget -nv http://repo.msys2.org/mingw/$MSYSTEM_CARCH/$MINGW_PACKAGE_PREFIX-poppler-0.55.0-1-any.pkg.tar.xz \
- && pacman -U $MINGW_PACKAGE_PREFIX-poppler-0.55.0-1-any.pkg.tar.xz --noconfirm
-
### build / test