diff options
-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 |