summaryrefslogtreecommitdiffstats
path: root/.appveyor.yml
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2019-06-13 13:45:36 +0200
committerGitHub <noreply@github.com>2019-06-13 13:45:36 +0200
commit3ee0879f6c2de07b38b0ef4c6d20b58b0dfe89af (patch)
treef5bb8663b98275e7fdeb2da48d5425386d07c8f5 /.appveyor.yml
parentfinished some classes (diff)
parentCI add debug mode (diff)
downloadre3-3ee0879f6c2de07b38b0ef4c6d20b58b0dfe89af.tar
re3-3ee0879f6c2de07b38b0ef4c6d20b58b0dfe89af.tar.gz
re3-3ee0879f6c2de07b38b0ef4c6d20b58b0dfe89af.tar.bz2
re3-3ee0879f6c2de07b38b0ef4c6d20b58b0dfe89af.tar.lz
re3-3ee0879f6c2de07b38b0ef4c6d20b58b0dfe89af.tar.xz
re3-3ee0879f6c2de07b38b0ef4c6d20b58b0dfe89af.tar.zst
re3-3ee0879f6c2de07b38b0ef4c6d20b58b0dfe89af.zip
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
+