From dc7dae36222b9ea3931d0ec4f6c1b2fba56d7940 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 10 Dec 2019 08:34:01 +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 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 -- cgit v1.2.3