mirror of
https://github.com/a2stuff/prodos-drivers.git
synced 2025-03-10 21:35:17 +00:00
12 lines
216 B
YAML
12 lines
216 B
YAML
sudo: enabled
|
|
os: osx
|
|
language: c
|
|
|
|
install:
|
|
- 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
|