mirror of
https://github.com/a2stuff/chtype.git
synced 2026-04-19 10:31:22 +00:00
add travis config
This commit is contained in:
+11
@@ -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
|
||||
Reference in New Issue
Block a user