mirror of
https://github.com/a2stuff/prodos-drivers.git
synced 2024-12-21 14:29:18 +00:00
travis debugging
This commit is contained in:
parent
e878aec51a
commit
5aae9d79bc
@ -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 &&
|
||||
/tmp/cc65/bin/cc65 --version
|
||||
|
||||
script:
|
||||
- make CC65=/tmp/cc65/bin
|
||||
|
Loading…
Reference in New Issue
Block a user