summaryrefslogtreecommitdiffstats
path: root/.appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 6e9b3867..d3f57374 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -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
+