a2d/.travis.yml

17 lines
293 B
YAML
Raw Normal View History

2018-04-11 04:01:30 +00:00
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:
2018-04-11 04:12:48 +00:00
- MAKE_FLAGS="CC65=/tmp/cc65/bin"
2018-04-11 04:01:30 +00:00
- cd desktop
- res/go.sh
- cd ..
- cd desk.acc
- res/go.sh