appveyor: Initial integration.
authorJose Fonseca <jfonseca@vmware.com>
Thu, 26 Nov 2015 10:39:41 +0000 (10:39 +0000)
committerJose Fonseca <jfonseca@vmware.com>
Wed, 2 Dec 2015 19:40:53 +0000 (19:40 +0000)
commit9e6af56666201d97ae0fcf068aa2f08c6737482f
tree3d50ea22a567fc98da0170fb894f796bfcadf0ab
parent4a3d388834dc25c5925301343757ee21ffa26253
appveyor: Initial integration.

AppVeyor doesn't require an appveyor.yml in the repos (in fact it has
some limitations as noted in comments below), but doing so has two great
advantages over the web UI:

- appveyor.yml can be revisioned together with the code, so instructions
  should always be in synch with the code

- appveyor.yml can be reused for people's private repositories (be on
  fdo or GitHub, etc.)

Acked-by: Roland Scheidegger <sroland@vmware.com>
appveyor.yml [new file with mode: 0644]