From: Erwin Janssen Date: Mon, 6 Jun 2016 11:26:53 +0000 (+0200) Subject: Install gkt2 with mingw X-Git-Tag: TRAVIS_CI_BUILD_EXPERIMENTAL~5^2~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b783b8a7f3da9134786e8874a104acf31c29ec32;p=graphviz Install gkt2 with mingw --- diff --git a/appveyor.yml b/appveyor.yml index b8d14526a..a6534c163 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,3 +8,5 @@ build: before_build: - ps: cp windows/config.h config.h + - ps: 'C:\MinGW\bin\mingw-get install gtk2' + - ps: set PATH=%PATH%;C:\MinGW\mingw