File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 22
22
23
23
matrix :
24
24
include :
25
+ # #########################################################
26
+ # Clang on OSX
27
+ # Travis takes longer to start OSX instances,
28
+ # so leaving it first for the overall build to be faster.
29
+ # #########################################################
30
+ - os : osx
31
+ osx_image : xcode9.1
32
+ env :
33
+ - MATRIX_EVAL="brew install cmake" ZMQ_VERSION=4.2.5 DRAFT=1
25
34
# - env: BUILD_TYPE=cmake DO_CLANG_FORMAT_CHECK=1 CLANG_FORMAT=/usr/local/clang-5.0.0/bin/clang-format
26
35
# os: linux
27
36
# addons:
@@ -39,10 +48,6 @@ matrix:
39
48
- g++-7
40
49
env :
41
50
- MATRIX_EVAL="CC=gcc-7 && CXX=g++-7" ZMQ_VERSION=4.2.5 DRAFT=1
42
- - os : osx
43
- osx_image : xcode8
44
- env :
45
- - MATRIX_EVAL="brew install cmake gcc && CC=gcc-7 && CXX=g++-7" ZMQ_VERSION=4.2.5 DRAFT=1
46
51
47
52
sudo : required
48
53
@@ -52,6 +57,7 @@ before_install:
52
57
# Build and check this project
53
58
script :
54
59
- eval "${MATRIX_EVAL}"
60
+ - cmake --version
55
61
- ./ci_build.sh
56
62
57
63
after_success :
You can’t perform that action at this time.
0 commit comments