Homebrew (#778)
* add homebrew build * update command and fix compiler * allow failures on brew HEAD builds mainly there to monitor
This commit is contained in:
committed by
Nguyen Anh Quynh
parent
403237206e
commit
b19daa77e8
@@ -20,6 +20,15 @@ matrix:
|
||||
- os: linux
|
||||
dist: trusty
|
||||
compiler: clang
|
||||
- os: osx
|
||||
script: brew install --HEAD unicorn
|
||||
compiler: gcc
|
||||
- os: osx
|
||||
script: brew install --HEAD unicorn
|
||||
compiler: clang
|
||||
allow_failures:
|
||||
- os: osx
|
||||
script: brew install --HEAD unicorn
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
|
||||
Reference in New Issue
Block a user