add experimental travis-ci config

This commit is contained in:
Joshua Bell 2018-04-10 20:49:01 -07:00
parent 3a29c86c4b
commit 3ee2f9ef3f
1 changed files with 11 additions and 0 deletions

11
.travis.yml Normal file
View File

@ -0,0 +1,11 @@
sudo: enabled
os: osx
language: c
install:
- git clone https://github.com/cc65/cc65 /tmp/cc65 &&
make -C /tmp/cc65 bin apple2 apple2enh &&
cc65 --version &&
script:
- make CC65=/tmp/cc65/bin