travis debugging

This commit is contained in:
Joshua Bell 2018-04-10 20:51:44 -07:00
parent 3ee2f9ef3f
commit e878aec51a
1 changed files with 3 additions and 3 deletions

View File

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