From fe3632e107c3def98324c3a5c0c4f8d36e01a979 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 10 Dec 2019 06:06:00 +0300 Subject: AppVeyor: Release builds only on master --- appveyor.yml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index 5834b8c..40e3912 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -19,6 +19,13 @@ build_script: - ps: .\.appveyor\build.ps1 for: +# Only build Release builds for master to speed things up: +- branches: + except: + - master + configuration: + - Debug + - matrix: only: - image: Visual Studio 2017 -- cgit v1.2.3