diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2019-12-10 06:06:00 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2019-12-10 06:08:46 +0300 |
commit | fe3632e107c3def98324c3a5c0c4f8d36e01a979 (patch) | |
tree | 057e0367b981ffe367603fc150259e21d37e2900 /appveyor.yml | |
parent | clean up build warnings (diff) | |
download | math-server-fe3632e107c3def98324c3a5c0c4f8d36e01a979.tar.gz math-server-fe3632e107c3def98324c3a5c0c4f8d36e01a979.zip |
AppVeyor: Release builds only on master
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 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 |