diff options
| author | Eduard Braun <eduard.braun2@gmx.de> | 2017-08-26 16:28:23 +0000 |
|---|---|---|
| committer | Eduard Braun <eduard.braun2@gmx.de> | 2017-08-26 16:28:23 +0000 |
| commit | 01e32517f065cc53dc4ce1bdcadff7bf1c1ab19e (patch) | |
| tree | 308d3864c3510f423bca9b849870d17d211ab8ca /buildtools | |
| parent | cmake/MSYS2: add missing dependencies (diff) | |
| download | inkscape-01e32517f065cc53dc4ce1bdcadff7bf1c1ab19e.tar.gz inkscape-01e32517f065cc53dc4ce1bdcadff7bf1c1ab19e.zip | |
CI/AppVeyor: manually install missing dependency
Diffstat (limited to 'buildtools')
| -rw-r--r-- | buildtools/appveyor.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/buildtools/appveyor.sh b/buildtools/appveyor.sh index 738f2b521..5a1f7ab7b 100644 --- a/buildtools/appveyor.sh +++ b/buildtools/appveyor.sh @@ -34,9 +34,14 @@ ccache --set-config=sloppiness=include_file_ctime,include_file_mtime # patched cairo to avoid crash when printing # - https://bugs.launchpad.net/inkscape/+bug/1665768 # - https://bugs.freedesktop.org/show_bug.cgi?id=101833 +# - https://github.com/Alexpux/MINGW-packages/pull/2825 wget -nv https://gitlab.com/Ede123/bintray/raw/master/$MINGW_PACKAGE_PREFIX-cairo-1.15.6-1-any.pkg.tar.xz \ && pacman -U $MINGW_PACKAGE_PREFIX-cairo-1.15.6-1-any.pkg.tar.xz --noconfirm +# missing dependency for python2-pillow +# - https://github.com/Alexpux/MINGW-packages/pull/2824 +pacman -S $MINGW_PACKAGE_PREFIX-libraqm --needed --noconfirm --noprogressbar + ### build / test |
