mirror of
https://github.com/a2stuff/prodos-path.git
synced 2025-01-21 08:33:44 +00:00
12 lines
179 B
YAML
12 lines
179 B
YAML
sudo: enabled
|
|
os: linux
|
|
language: c
|
|
|
|
install:
|
|
- git clone https://github.com/cc65/cc65 /tmp/cc65 &&
|
|
sudo make -C /tmp/cc65 ca65 ld65 avail &&
|
|
ca65 --version
|
|
|
|
script:
|
|
- make
|