travis debugging

This commit is contained in:
Joshua Bell 2018-04-10 20:53:42 -07:00
parent e878aec51a
commit 5aae9d79bc

View File

@ -3,9 +3,9 @@ os: osx
language: c language: c
install: install:
- git clone https://github.com/cc65/cc65 /tmp/cc65 - git clone https://github.com/cc65/cc65 /tmp/cc65 &&
make -C /tmp/cc65 bin apple2 apple2enh make -C /tmp/cc65 bin apple2 apple2enh &&
cc65 --version /tmp/cc65/bin/cc65 --version
script: script:
- make CC65=/tmp/cc65/bin - make CC65=/tmp/cc65/bin