mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-05 07:53:23 +00:00
50d7865967
It cannot build multi-platform right now.
12 lines
218 B
YAML
12 lines
218 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
|
|
|
|
script: make && make test
|
|
|