iodine/.travis.yml

11 lines
273 B
YAML
Raw Normal View History

#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
2014-04-22 18:46:48 +00:00
2016-12-28 11:40:06 +00:00
script: autoreconf --install && ./configure && make && make test