mirror of
https://github.com/a2stuff/prodos-drivers.git
synced 2025-01-02 16:32:32 +00:00
11 lines
169 B
YAML
11 lines
169 B
YAML
sudo: enabled
|
|
os: osx
|
|
language: c
|
|
|
|
install:
|
|
- git clone https://github.com/cc65/cc65 /tmp/cc65 &&
|
|
make -C /tmp/cc65 ca65 ld65
|
|
|
|
script:
|
|
- make CC65=/tmp/cc65/bin
|