mirror of
https://github.com/a2stuff/chtype.git
synced 2024-12-27 03:32:11 +00:00
add travis config
This commit is contained in:
parent
ce265830d6
commit
81b6b31cdf
11
.travis.yml
Normal file
11
.travis.yml
Normal file
@ -0,0 +1,11 @@
|
||||
sudo: enabled
|
||||
os: osx
|
||||
language: c
|
||||
|
||||
install:
|
||||
- git clone https://github.com/cc65/cc65 /tmp/cc65 &&
|
||||
sudo make -C /tmp/cc65 ca65 ld65 avail &&
|
||||
ca65 --version
|
||||
|
||||
script:
|
||||
- make
|
Loading…
Reference in New Issue
Block a user