diff options
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index 24edff1..fc2a1b9 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -18,3 +18,11 @@ install: build_script: - ps: .\.appveyor\build.ps1 + +for: +# Only build Release builds for master to speed things up: +- branches: + except: + - master + configuration: + - Debug |