mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-01-24 19:01:08 +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
|
@ -20,6 +20,15 @@ matrix:
|
||||||
- os: linux
|
- os: linux
|
||||||
dist: trusty
|
dist: trusty
|
||||||
compiler: clang
|
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:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
|
|
Loading…
Reference in a new issue