From 3b1c238aa928aa4654663b99d2d8446272adf991 Mon Sep 17 00:00:00 2001 From: Ben Vanik Date: Wed, 30 Dec 2015 19:47:37 -0800 Subject: [PATCH] Proper configuration names. --- .appveyor.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index eeb0c39b9..705ee05f7 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -60,8 +60,8 @@ platform: x64 # build Configuration, i.e. Debug, Release, etc. configuration: - - Checked - - Release + #- Checked Windows + - Release Windows build: parallel: true # enable MSBuild parallel builds @@ -73,7 +73,6 @@ build: # scripts to run before build before_build: - - xb.bat premake #- xb.bat lint --all # scripts to run after build