Travis-CI: Only build necessary subset of cc65 tools

This commit is contained in:
Joshua Bell 2018-04-20 23:03:12 -07:00
parent e04f5a1a8c
commit cfdb051b6e

View File

@ -4,7 +4,7 @@ language: c
install:
- git clone https://github.com/cc65/cc65 /tmp/cc65 &&
make -C /tmp/cc65 bin apple2 apple2enh &&
make -C /tmp/cc65 ca65 ld65 &&
/tmp/cc65/bin/cc65 --version
- git clone https://github.com/mach-kernel/cadius /tmp/cadius &&