CI add debug mode

This commit is contained in:
Filip Gawin 2019-06-13 11:12:42 +02:00
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