mirror of
https://github.com/zeromq/cppzmq.git
synced 2025-05-02 23:42:32 +02:00
Problem: OSX build not enabled
Solution: Enable OSX build with DRAFT and latest libzmq
This commit is contained in:
parent
21350a3fd3
commit
738d44dc88
@ -39,6 +39,10 @@ matrix:
|
|||||||
- g++-7
|
- g++-7
|
||||||
env:
|
env:
|
||||||
- MATRIX_EVAL="CC=gcc-7 && CXX=g++-7" ZMQ_VERSION=4.2.5 DRAFT=1
|
- MATRIX_EVAL="CC=gcc-7 && CXX=g++-7" ZMQ_VERSION=4.2.5 DRAFT=1
|
||||||
|
- os: osx
|
||||||
|
osx_image: xcode8
|
||||||
|
env:
|
||||||
|
- MATRIX_EVAL="brew install cmake gcc && CC=gcc-7 && CXX=g++-7" ZMQ_VERSION=4.2.5 DRAFT=1
|
||||||
|
|
||||||
sudo: required
|
sudo: required
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user