File tree Expand file tree Collapse file tree 2 files changed +18
-25
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +18
-25
lines changed
Original file line number Diff line number Diff line change 79
79
- stage : final
80
80
- os : osx
81
81
language : generic
82
- osx_image : xcode9.4
82
+ osx_image : xcode11.6
83
83
env :
84
84
- MB_PYTHON_VERSION=3.6
85
85
- ENABLE_CONTRIB=0
88
88
89
89
- os : osx
90
90
language : generic
91
- osx_image : xcode9.4
91
+ osx_image : xcode11.6
92
92
env :
93
93
- MB_PYTHON_VERSION=3.7
94
94
- ENABLE_CONTRIB=0
97
97
98
98
- os : osx
99
99
language : generic
100
- osx_image : xcode9.4
100
+ osx_image : xcode11.6
101
101
env :
102
102
- MB_PYTHON_VERSION=3.8
103
103
- ENABLE_CONTRIB=0
@@ -106,7 +106,7 @@ jobs:
106
106
107
107
- os : osx
108
108
language : generic
109
- osx_image : xcode9.4
109
+ osx_image : xcode11.6
110
110
env :
111
111
- MB_PYTHON_VERSION=3.9
112
112
- ENABLE_CONTRIB=0
@@ -117,7 +117,7 @@ jobs:
117
117
# headless builds for MacOS
118
118
- os : osx
119
119
language : generic
120
- osx_image : xcode9.4
120
+ osx_image : xcode11.6
121
121
env :
122
122
- MB_PYTHON_VERSION=3.6
123
123
- ENABLE_CONTRIB=0
@@ -126,7 +126,7 @@ jobs:
126
126
127
127
- os : osx
128
128
language : generic
129
- osx_image : xcode9.4
129
+ osx_image : xcode11.6
130
130
env :
131
131
- MB_PYTHON_VERSION=3.7
132
132
- ENABLE_CONTRIB=0
@@ -135,7 +135,7 @@ jobs:
135
135
136
136
- os : osx
137
137
language : generic
138
- osx_image : xcode9.4
138
+ osx_image : xcode11.6
139
139
env :
140
140
- MB_PYTHON_VERSION=3.8
141
141
- ENABLE_CONTRIB=0
@@ -144,7 +144,7 @@ jobs:
144
144
145
145
- os : osx
146
146
language : generic
147
- osx_image : xcode9.4
147
+ osx_image : xcode11.6
148
148
env :
149
149
- MB_PYTHON_VERSION=3.9
150
150
- ENABLE_CONTRIB=0
@@ -155,7 +155,7 @@ jobs:
155
155
# Contrib builds for MacOS
156
156
- os : osx
157
157
language : generic
158
- osx_image : xcode9.4
158
+ osx_image : xcode11.6
159
159
env :
160
160
- MB_PYTHON_VERSION=3.6
161
161
- ENABLE_CONTRIB=1
@@ -164,7 +164,7 @@ jobs:
164
164
165
165
- os : osx
166
166
language : generic
167
- osx_image : xcode9.4
167
+ osx_image : xcode11.6
168
168
env :
169
169
- MB_PYTHON_VERSION=3.7
170
170
- ENABLE_CONTRIB=1
@@ -173,7 +173,7 @@ jobs:
173
173
174
174
- os : osx
175
175
language : generic
176
- osx_image : xcode9.4
176
+ osx_image : xcode11.6
177
177
env :
178
178
- MB_PYTHON_VERSION=3.8
179
179
- ENABLE_CONTRIB=1
@@ -182,7 +182,7 @@ jobs:
182
182
183
183
- os : osx
184
184
language : generic
185
- osx_image : xcode9.4
185
+ osx_image : xcode11.6
186
186
env :
187
187
- MB_PYTHON_VERSION=3.9
188
188
- ENABLE_CONTRIB=1
@@ -193,7 +193,7 @@ jobs:
193
193
# headless contrib builds for MacOS
194
194
- os : osx
195
195
language : generic
196
- osx_image : xcode9.4
196
+ osx_image : xcode11.6
197
197
env :
198
198
- MB_PYTHON_VERSION=3.6
199
199
- ENABLE_CONTRIB=1
@@ -202,7 +202,7 @@ jobs:
202
202
203
203
- os : osx
204
204
language : generic
205
- osx_image : xcode9.4
205
+ osx_image : xcode11.6
206
206
env :
207
207
- MB_PYTHON_VERSION=3.7
208
208
- ENABLE_CONTRIB=1
@@ -211,7 +211,7 @@ jobs:
211
211
212
212
- os : osx
213
213
language : generic
214
- osx_image : xcode9.4
214
+ osx_image : xcode11.6
215
215
env :
216
216
- MB_PYTHON_VERSION=3.8
217
217
- ENABLE_CONTRIB=1
@@ -220,7 +220,7 @@ jobs:
220
220
221
221
- os : osx
222
222
language : generic
223
- osx_image : xcode9.4
223
+ osx_image : xcode11.6
224
224
env :
225
225
- MB_PYTHON_VERSION=3.9
226
226
- ENABLE_CONTRIB=1
Original file line number Diff line number Diff line change @@ -115,15 +115,8 @@ function pre_build {
115
115
brew install ffmpeg_opencv
116
116
fi
117
117
118
- # echo 'Installing qt5'
119
-
120
- # if [ -n "$CACHE_STAGE" ]; then
121
- # echo "Qt5 has bottle, no caching needed"
122
- # else
123
- # brew switch qt 5.13.2
124
- # brew pin qt
125
- # export PATH="/usr/local/opt/qt/bin:$PATH"
126
- # fi
118
+ echo ' Set up qt5'
119
+ export PATH=" /usr/local/opt/qt/bin:$PATH "
127
120
128
121
if [ -n " $CACHE_STAGE " ]; then
129
122
brew_go_bootstrap_mode 0
You can’t perform that action at this time.
0 commit comments