mirror of
https://github.com/a2stuff/chtype.git
synced 2025-01-13 23:33:02 +00:00
Travis-CI: Build using linux
This commit is contained in:
parent
8103042421
commit
71ad9bda97
@ -1,5 +1,5 @@
|
||||
sudo: enabled
|
||||
os: osx
|
||||
os: linux
|
||||
language: c
|
||||
|
||||
install:
|
||||
|
4
Makefile
4
Makefile
@ -6,6 +6,8 @@ OUTDIR = out
|
||||
|
||||
TARGETS = $(OUTDIR)/chtype.BIN $(OUTDIR)/chtime.BIN
|
||||
|
||||
XATTR := $(shell command -v xattr 2> /dev/null)
|
||||
|
||||
.PHONY: clean all
|
||||
all: $(OUTDIR) $(TARGETS)
|
||||
|
||||
@ -25,4 +27,6 @@ $(OUTDIR)/%.o: %.s $(HEADERS)
|
||||
|
||||
$(OUTDIR)/%.BIN $(OUTDIR)/%.SYS: $(OUTDIR)/%.o
|
||||
ld65 $(LDFLAGS) -o $@ $<
|
||||
ifdef XATTR
|
||||
xattr -wx prodos.AuxType '00 20' $@
|
||||
endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user