diff options
author | aap <aap@papnet.eu> | 2019-06-13 13:45:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-13 13:45:36 +0200 |
commit | 3ee0879f6c2de07b38b0ef4c6d20b58b0dfe89af (patch) | |
tree | f5bb8663b98275e7fdeb2da48d5425386d07c8f5 /.appveyor.yml | |
parent | finished some classes (diff) | |
parent | CI add debug mode (diff) | |
download | re3-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.yml | 7 |
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 + |