Proper configuration names.

This commit is contained in:
Ben Vanik 2015-12-30 19:47:37 -08:00
parent 6407e409c3
commit 3b1c238aa9
1 changed files with 2 additions and 3 deletions

View File

@ -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