mirror of
https://github.com/Cxbx-Reloaded/unicorn.git
synced 2024-11-27 05:10:30 +00:00
add brew tests (#779)
This commit is contained in:
parent
b19daa77e8
commit
ee89c4a421
@ -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 New Issue
Block a user