brew ignores CC variable (#1131)
* check if brew is respecting CC variable * brew ignores CC variable
This commit is contained in:
committed by
Nguyen Anh Quynh
parent
23a426625f
commit
75d0d5b1d9
@@ -29,14 +29,6 @@ matrix:
|
|||||||
- if: branch = master
|
- if: branch = master
|
||||||
os: osx
|
os: osx
|
||||||
script: brew install --HEAD unicorn && brew test unicorn
|
script: brew install --HEAD unicorn && brew test unicorn
|
||||||
compiler: gcc
|
|
||||||
- if: branch = master
|
|
||||||
os: osx
|
|
||||||
script: brew install --HEAD unicorn && brew test unicorn
|
|
||||||
compiler: clang
|
|
||||||
allow_failures:
|
|
||||||
- os: osx
|
|
||||||
script: brew install --HEAD unicorn && brew test unicorn
|
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
|
|||||||
Reference in New Issue
Block a user