mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-07 19:00:33 +00:00
CI add debug mode
This commit is contained in:
parent
b4afb591a7
commit
8eea89d3b1
3 changed files with 16 additions and 10 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue