diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2019-12-10 08:34:01 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2019-12-10 08:34:01 +0300 |
commit | dc7dae36222b9ea3931d0ec4f6c1b2fba56d7940 (patch) | |
tree | 9ceb7956900bf948fe55ec94c65877487937a736 /appveyor.yml | |
parent | AppVeyor: build w/ VS 2019 (diff) | |
download | winapi-debug-dc7dae36222b9ea3931d0ec4f6c1b2fba56d7940.tar.gz winapi-debug-dc7dae36222b9ea3931d0ec4f6c1b2fba56d7940.zip |
AppVeyor: Release builds only on master
Diffstat (limited to '')
-rw-r--r-- | appveyor.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index bfffd97..908ff35 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -20,6 +20,13 @@ install: - git submodule update --init --recursive for: +# Only build Release builds on master to speed things up: +- branches: + except: + - master + configuration: + - Debug + - matrix: only: - image: Visual Studio 2015 |