aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/appveyor.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2019-12-10 08:34:01 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2019-12-10 08:34:01 +0300
commitdc7dae36222b9ea3931d0ec4f6c1b2fba56d7940 (patch)
tree9ceb7956900bf948fe55ec94c65877487937a736 /appveyor.yml
parentAppVeyor: build w/ VS 2019 (diff)
downloadwinapi-debug-dc7dae36222b9ea3931d0ec4f6c1b2fba56d7940.tar.gz
winapi-debug-dc7dae36222b9ea3931d0ec4f6c1b2fba56d7940.zip
AppVeyor: Release builds only on master
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml7
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