From: Erwin Janssen Date: Mon, 6 Jun 2016 11:47:01 +0000 (+0200) Subject: Use cygwin to install GTK X-Git-Tag: TRAVIS_CI_BUILD_EXPERIMENTAL~5^2~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=509603ce45787ae80e1b42e7c7f3be32e3cd2249;p=graphviz Use cygwin to install GTK --- diff --git a/appveyor.yml b/appveyor.yml index ec0c9d88c..cdf6e8630 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,6 +7,7 @@ build: verbosity: detailed before_build: + # Install GTK + - ps: C:\cygwin\setup-x86.exe -qnNdO -R C:/%cygwin% -s http://cygwin.mirror.constant.com -l C:/%cygwin%/var/cache/setup -P libgtk2.0 libgtk2.0-devel + - ps: set PATH=%PATH%;C:\cygwin\bin - ps: cp windows/config.h config.h - - ps: C:\MinGW\bin\mingw-get install mingw-w64-gtk2 - - ps: set PATH=%PATH%;C:\MinGW\mingw