AppVeyor: only build master branch

AppVeyor builds all branches per default.
Add a configuration setting to only build the master branch.

See http://www.appveyor.com/docs/branches#white-and-blacklisting for details.

For the record, AppVeyor builds can skipped by annotating the commit message
according to http://www.appveyor.com/docs/how-to/skip-build
Useful for e.g. website commits.

[skip appveyor]
This commit is contained in:
Emil Hessman 2015-06-29 20:04:07 +02:00
parent 9e6207f5bc
commit bfcd004497
1 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,10 @@ version: "{build}"
skip_tags: true
branches:
only:
- master
os: Windows Server 2012 R2
environment: