mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 08:28:35 +00:00
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:
parent
403237206e
commit
b19daa77e8
1 changed files with 9 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue