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:
@@ -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
|
||||
|
Reference in New Issue
Block a user