From 9fac0f40d4e069970b5171c2dcef7a83211c5872 Mon Sep 17 00:00:00 2001 From: Snaipe Date: Mon, 18 Jan 2016 16:12:07 +0100 Subject: [PATCH] [appveyor] Installed libtool for mingw builds --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 9750435..8447abd 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,7 +5,7 @@ os: Visual Studio 2015 init: - git config --global core.autocrlf input - 'SET PATH=C:\MinGW\bin;%PATH%;C:\MinGW\msys\1.0\bin;%APPVEYOR_BUILD_FOLDER%\build;%APPVEYOR_BUILD_FOLDER%\build\Debug;%APPVEYOR_BUILD_FOLDER%\build\external\bin;%APPVEYOR_BUILD_FOLDER%\build\external\lib' - - mingw-get install automake autoconf + - mingw-get install libtool environment: COVERALLS_REPO_TOKEN: