From 4e41254e6deb5321f3aa1357c046be6b5947ad5f Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 10 Dec 2019 07:54:27 +0300 Subject: AppVeyor: Release builds only on master --- appveyor.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index dc5ef86..d58b329 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -33,6 +33,13 @@ test_script: - ps: .\.appveyor\test.ps1 for: +# Only build Release builds for master to speed things up: +- branches: + except: + - master + configuration: + - Debug + - matrix: only: - image: Visual Studio 2015 -- cgit v1.2.3