mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-14 04:03:15 +00:00
c77b875e89
Try again while using gmake for tests on macOS on travis-ci.
12 lines
240 B
YAML
12 lines
240 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 && brew install make
|
|
|
|
script: make && gmake test
|
|
|