mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 06:18:08 +00:00
add brew tests (#779)
This commit is contained in:
parent
b19daa77e8
commit
ee89c4a421
1 changed files with 3 additions and 3 deletions
|
@ -21,14 +21,14 @@ matrix:
|
|||
dist: trusty
|
||||
compiler: clang
|
||||
- os: osx
|
||||
script: brew install --HEAD unicorn
|
||||
script: brew install --HEAD unicorn && brew test unicorn
|
||||
compiler: gcc
|
||||
- os: osx
|
||||
script: brew install --HEAD unicorn
|
||||
script: brew install --HEAD unicorn && brew test unicorn
|
||||
compiler: clang
|
||||
allow_failures:
|
||||
- os: osx
|
||||
script: brew install --HEAD unicorn
|
||||
script: brew install --HEAD unicorn && brew test unicorn
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
|
|
Loading…
Reference in a new issue