File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -29,43 +29,51 @@ matrix:
29
29
30
30
# default builds for MacOS
31
31
- os : osx
32
+ language : generic
32
33
osx_image : xcode7.3
33
34
env :
34
35
- MB_PYTHON_VERSION=2.7
35
36
- ENABLE_CONTRIB=0
36
37
- os : osx
38
+ language : generic
37
39
osx_image : xcode7.3
38
40
env :
39
41
- MB_PYTHON_VERSION=3.4
40
42
- ENABLE_CONTRIB=0
41
43
- os : osx
44
+ language : generic
42
45
osx_image : xcode7.3
43
46
env :
44
47
- MB_PYTHON_VERSION=3.5
45
48
- ENABLE_CONTRIB=0
46
49
- os : osx
50
+ language : generic
47
51
osx_image : xcode7.3
48
52
env :
49
53
- MB_PYTHON_VERSION=3.6
50
54
- ENABLE_CONTRIB=0
51
55
52
56
# Contrib builds for MacOS
53
57
- os : osx
58
+ language : generic
54
59
osx_image : xcode7.3
55
60
env :
56
61
- MB_PYTHON_VERSION=2.7
57
62
- ENABLE_CONTRIB=1
58
63
- os : osx
64
+ language : generic
59
65
osx_image : xcode7.3
60
66
env :
61
67
- MB_PYTHON_VERSION=3.4
62
68
- ENABLE_CONTRIB=1
63
69
- os : osx
70
+ language : generic
64
71
osx_image : xcode7.3
65
72
env :
66
73
- MB_PYTHON_VERSION=3.5
67
74
- ENABLE_CONTRIB=1
68
75
- os : osx
76
+ language : generic
69
77
osx_image : xcode7.3
70
78
env :
71
79
- MB_PYTHON_VERSION=3.6
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ function pre_build {
24
24
echo " Running for OSX"
25
25
26
26
echo ' Installing QT4'
27
+ brew update
27
28
brew tap cartr/qt4
28
29
brew tap-pin cartr/qt4
29
30
brew install qt@4
You can’t perform that action at this time.
0 commit comments