Add appveyor.yml for Windows CI via Appveyor

Appveyor is like Travis-CI, but for Windows.

Since it seems impossible to install texinfo, this elides building docs
for now.
This commit is contained in:
Nicolas Williams
2016-01-17 17:09:42 -06:00
parent 1575f4f69a
commit cfd51be7fe
3 changed files with 63 additions and 0 deletions

View File

@@ -108,8 +108,12 @@ all:: asm-krb
clean::
-$(RM) $(ASMKRBDIR)\*.*
!ifdef APPVEYOR
test::
!else
test::
$(MT) -manifest $(ASMKRBDIR)\$(ASMKRBMAN) -validate_manifest
!endif
{$(BINDIR)}.dll{$(ASMKRBDIR)}.dll:
$(CP) $< $@
@@ -132,8 +136,12 @@ $(APPMANIFEST): Heimdal.Application.manifest.in
-e "s,[@]cpu[@],$(MCPU),g" \
-e "s,[@]pkt[@],$(CODESIGN_PKT),g" < $** > $@
!ifdef APPVEYOR
test::
!else
test::
$(MT) -manifest $(APPMANIFEST) -validate_manifest
!endif
# ----------------------------------------------------------------------
# Publisher configuration files