CI add debug mode

This commit is contained in:
Filip Gawin
2019-06-13 11:12:42 +02:00
parent b4afb591a7
commit 8eea89d3b1
3 changed files with 16 additions and 10 deletions

View File

@@ -1,5 +1,7 @@
image: Visual Studio 2017
configuration: ReleaseCI
configuration:
- DebugCI
- ReleaseCI
platform:
- Win32
environment:
@@ -14,4 +16,5 @@ build:
project: c:\projects\re3\build\re3.sln
verbosity: minimal
artifacts:
- path: bin/ReleaseCI/re3.dll
path: bin/%CONFIGURATION%/re3.dll