diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-10-04 12:32:32 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-10-04 12:32:32 +0300 |
commit | f2aab5eb0cfb9728ca4a85a18ea0d9c01bf7a66d (patch) | |
tree | 04ee8fe9a86772d6da21b046230b65da5c82840c | |
parent | AppVeyor: use newer Boost on VS 2013 (diff) | |
download | winapi-utf8-f2aab5eb0cfb9728ca4a85a18ea0d9c01bf7a66d.tar.gz winapi-utf8-f2aab5eb0cfb9728ca4a85a18ea0d9c01bf7a66d.zip |
AppVeyor: disable Debug builds
Diffstat (limited to '')
-rw-r--r-- | .appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index aa2da78..e8ab62a 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -15,7 +15,7 @@ platform: - x64 configuration: - - Debug + #- Debug - RelWithDebInfo matrix: |