mirror of
https://github.com/mi57730/a2d.git
synced 2025-04-13 22:37:17 +00:00
Add Travis-CI config
This commit is contained in:
parent
81a4766350
commit
2ce1bfc58d
15
.travis.yml
Normal file
15
.travis.yml
Normal file
@ -0,0 +1,15 @@
|
||||
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:
|
||||
- cd desktop
|
||||
- res/go.sh
|
||||
- cd ..
|
||||
- cd desk.acc
|
||||
- res/go.sh
|
Loading…
x
Reference in New Issue
Block a user