Commit bfcd0044 authored by Emil Hessman's avatar Emil Hessman

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]
parent 9e6207f5
......@@ -4,6 +4,10 @@ version: "{build}"
skip_tags: true
branches:
only:
- master
os: Windows Server 2012 R2
environment:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment