mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-03-30 08:27:00 +00:00
add brew tests (#779)
This commit is contained in:
parent
b19daa77e8
commit
ee89c4a421
|
@ -21,14 +21,14 @@ matrix:
|
||||||
dist: trusty
|
dist: trusty
|
||||||
compiler: clang
|
compiler: clang
|
||||||
- os: osx
|
- os: osx
|
||||||
script: brew install --HEAD unicorn
|
script: brew install --HEAD unicorn && brew test unicorn
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
- os: osx
|
- os: osx
|
||||||
script: brew install --HEAD unicorn
|
script: brew install --HEAD unicorn && brew test unicorn
|
||||||
compiler: clang
|
compiler: clang
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- os: osx
|
- os: osx
|
||||||
script: brew install --HEAD unicorn
|
script: brew install --HEAD unicorn && brew test unicorn
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
|
|
Loading…
Reference in a new issue