diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-10-05 00:32:13 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-10-05 00:34:41 +0300 |
commit | ae4cd69b319c5b41e1443d1dfc6b0aefdf4da10c (patch) | |
tree | c9f86369b18e292399eaf25e19170bac4fe42c5e | |
parent | AppVeyor: re-enable Debug builds (diff) | |
download | winapi-utf8-ae4cd69b319c5b41e1443d1dfc6b0aefdf4da10c.tar.gz winapi-utf8-ae4cd69b319c5b41e1443d1dfc6b0aefdf4da10c.zip |
AppVeyor: only Debug on Win32
-rw-r--r-- | .appveyor.yml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index d498d6b..2d854d6 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -21,6 +21,11 @@ configuration: matrix: fast_finish: true + # On Win32, only build Debug to speed things up: + exclude: + - platform: Win32 + configuration: RelWithDebInfo + install: - git submodule update --init --recursive @@ -43,7 +48,7 @@ test_script: - '"%install_dir%\bin\winapi-utf8-unit-tests.exe"' for: -# Only build Release builds on master to speed things up: +# Build Release on master only to speed things up: - branches: except: - master |