diff options
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 7 |
1 files changed, 7 insertions, 0 deletions
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 |