mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-16 12:53:17 +00:00
11 lines
273 B
YAML
11 lines
273 B
YAML
#set language to objective-c to force osx build
|
|
#linux builds are done at http://buildbot.dev.kryo.se
|
|
|
|
language: objective-c
|
|
os: osx
|
|
|
|
before_install: brew update
|
|
install: brew install check autoconf-archive
|
|
|
|
script: autoreconf --install && ./configure && make && make test
|