From e22665e5285f2d6f37db14ac0507191e49d87778 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Fri, 16 May 2014 08:55:12 -0700 Subject: [PATCH] Try different configurations. --- appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 056abb90..f416731a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,6 @@ -platform: - - x86 - - x64 +configuration: + - Debug + - Release install: - set PATH=C:\Program Files (x86)\MSBuild\12.0\bin\;%PATH%