From 15de5f68b4bc33e644f58ca08ccafb0f91e6e0a0 Mon Sep 17 00:00:00 2001 From: vitaut Date: Mon, 11 May 2015 08:10:13 -0700 Subject: [PATCH] Enable debug MinGW build --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 6eae7cd8..0821b38c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,8 +5,8 @@ environment: CONFIG: Debug - BUILD: msvc CONFIG: Release -# - BUILD: mingw -# CONFIG: Debug + - BUILD: mingw + CONFIG: Debug # - BUILD: mingw # CONFIG: Release