]> git.ipfire.org Git - thirdparty/krb5.git/commit
Integrate with appveyor for Windows CI 432/head
authorGreg Hudson <ghudson@mit.edu>
Tue, 29 Mar 2016 22:32:56 +0000 (18:32 -0400)
committerGreg Hudson <ghudson@mit.edu>
Tue, 5 Apr 2016 18:38:47 +0000 (14:38 -0400)
commitace9a964cf7f7a19080fdd1dd8590bec9f3bc760
tree41c7c0c13174c6710cae5769e5e231f0a5b4339c
parent8f9ade8ec50cde1176411085294f85ecfb2820a4
Integrate with appveyor for Windows CI

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.
appveyor.yml [new file with mode: 0644]
src/Makefile.in
src/util/wshelper/resource.rc
src/windows/Makefile.in