diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2019-12-10 07:54:27 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2019-12-10 11:03:21 +0300 |
commit | 4e41254e6deb5321f3aa1357c046be6b5947ad5f (patch) | |
tree | 2502ad3e0dcad39a75839e8464b82cac013fdb6b | |
parent | AppVeyor: build w/ VS 2019 (diff) | |
download | aes-tools-4e41254e6deb5321f3aa1357c046be6b5947ad5f.tar.gz aes-tools-4e41254e6deb5321f3aa1357c046be6b5947ad5f.zip |
AppVeyor: Release builds only on master
-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 |