From 2ebfa7b53d26fe7294941de810d4d0c6d10b6b3c Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sun, 27 Jul 2014 08:30:37 -0700 Subject: [PATCH] Fix appveyor config, take 2. --- appveyor.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 952ade4a..b5f308b2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,10 +2,8 @@ environment: matrix: - Build: msvc - Build: mingw - -configuration: - - Debug - - Release + - Configuration: Debug + - Configuration: Release install: - ps: | @@ -26,8 +24,6 @@ before_build: # Remove path to Git bin directory from PATH because it breaks MinGW config. $env:PATH = $env:PATH -replace "C:\\Program Files \(x86\)\\Git\\bin","" $generator = "-GMinGW Makefiles" - } else { - $generator = "-GVisual Studio 12 Win64" } cmake -DFMT_EXTRA_TESTS=ON "-DCMAKE_BUILD_TYPE=$env:Configuration" "$generator" .