aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
AgeCommit message (Collapse)AuthorFilesLines
2016-04-05Use APPVEYOR_BUILD_FOLDERTom Yu1-1/+1
The directory that AppVeyor does checkouts into can vary. Use the documented APPVEYOR_BUILD_FOLDER environment variable instead of hardcoding a value.
2016-04-05Integrate with appveyor for Windows CIGreg Hudson1-0/+16
appveyor.com is a hosted continuous integration service for Windows. Add an appveyor.yml file containing build instructions. The appveyor virtual machines do not include the MFC libraries, so change util/wshelper/resource.rc to avoid including <afxres.h> (which it does not need) and add a build conditional for leash. Right now we do not build the installers; the appveyor VMs do not appear to have the version of the WiX toolkit we need, and we would also have problems with the missing leash executable.