Problem: cmake already pre-installed on OSX

Solution: do not try to install cmake on OSX and add clang as used
compiler explicitly
This commit is contained in:
Pawel Kurdybacha 2018-05-13 16:38:31 +01:00
parent 6cd57fad17
commit 8d84f9a1af

View File

@ -25,8 +25,8 @@ matrix:
- os: osx - os: osx
osx_image: xcode9.1 osx_image: xcode9.1
env: compiler: clang
- MATRIX_EVAL="brew install cmake" ZMQ_VERSION=4.2.5 DRAFT=1 env: ZMQ_VERSION=4.2.5 DRAFT=1
########################################################## ##########################################################
# GCC on Linux # GCC on Linux