diff options
author | Filip Gawin <filip.gawin@zoho.com> | 2019-06-13 11:12:42 +0200 |
---|---|---|
committer | Filip Gawin <filip.gawin@zoho.com> | 2019-06-13 12:11:50 +0200 |
commit | 8eea89d3b1dc54752bfd75b27114a4ccfb8c41c0 (patch) | |
tree | 88e2e62ad6bc0b8e3f43305273d87d92daa6c40d /.appveyor.yml | |
parent | implemented GTA stream read functions (diff) | |
download | re3-8eea89d3b1dc54752bfd75b27114a4ccfb8c41c0.tar re3-8eea89d3b1dc54752bfd75b27114a4ccfb8c41c0.tar.gz re3-8eea89d3b1dc54752bfd75b27114a4ccfb8c41c0.tar.bz2 re3-8eea89d3b1dc54752bfd75b27114a4ccfb8c41c0.tar.lz re3-8eea89d3b1dc54752bfd75b27114a4ccfb8c41c0.tar.xz re3-8eea89d3b1dc54752bfd75b27114a4ccfb8c41c0.tar.zst re3-8eea89d3b1dc54752bfd75b27114a4ccfb8c41c0.zip |
Diffstat (limited to '')
-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 + |