Proper configuration names.
This commit is contained in:
parent
6407e409c3
commit
3b1c238aa9
|
@ -60,8 +60,8 @@ platform: x64
|
||||||
|
|
||||||
# build Configuration, i.e. Debug, Release, etc.
|
# build Configuration, i.e. Debug, Release, etc.
|
||||||
configuration:
|
configuration:
|
||||||
- Checked
|
#- Checked Windows
|
||||||
- Release
|
- Release Windows
|
||||||
|
|
||||||
build:
|
build:
|
||||||
parallel: true # enable MSBuild parallel builds
|
parallel: true # enable MSBuild parallel builds
|
||||||
|
@ -73,7 +73,6 @@ build:
|
||||||
|
|
||||||
# scripts to run before build
|
# scripts to run before build
|
||||||
before_build:
|
before_build:
|
||||||
- xb.bat premake
|
|
||||||
#- xb.bat lint --all
|
#- xb.bat lint --all
|
||||||
|
|
||||||
# scripts to run after build
|
# scripts to run after build
|
||||||
|
|
Loading…
Reference in New Issue