Problem: OSX build not enabled

Solution: Enable OSX build with DRAFT and latest libzmq
This commit is contained in:
Pawel Kurdybacha 2018-05-13 15:44:46 +01:00
parent 21350a3fd3
commit 738d44dc88

View File

@ -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