diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-10-05 00:32:05 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-10-05 00:32:05 +0300 |
commit | 9afdeb9ea570415471311a04d0ec6b6e45df122d (patch) | |
tree | af7277ac8d4285538b74aabfff17ccec483450d2 | |
parent | unit_tests -> winapi-utf8-unit-tests (diff) | |
download | winapi-utf8-9afdeb9ea570415471311a04d0ec6b6e45df122d.tar.gz winapi-utf8-9afdeb9ea570415471311a04d0ec6b6e45df122d.zip |
AppVeyor: re-enable 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 d81f614..d498d6b 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -15,7 +15,7 @@ platform: - x64 configuration: - #- Debug + - Debug - RelWithDebInfo matrix: |