mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-10 00:00:29 +03:00
To force build against OSX, set the language to objective-c as well acording to https://github.com/biocore/scikit-bio/issues/184#issuecomment-37843764
This commit is contained in:
parent
8b2fc666db
commit
9b4dd95b1c
@ -36,9 +36,16 @@ notifications:
|
||||
|
||||
---
|
||||
|
||||
# OSX Notes
|
||||
# To force build against OSX, set the language to objective-c as well acording to
|
||||
# this issue: https://github.com/biocore/scikit-bio/issues/184#issuecomment-37843764
|
||||
# Since this is a seperate section, it shouldn't stop the linux build.
|
||||
# See the head links as well for more information.
|
||||
|
||||
os:
|
||||
- osx
|
||||
language:
|
||||
- objective-c
|
||||
- cpp
|
||||
compiler:
|
||||
- clang
|
||||
|
Loading…
Reference in New Issue
Block a user