8000 try to get qt4 install working on macOS · lineCode/opencv-python@60ccdce · GitHub
[go: up one dir, main page]

Skip to content

Commit 60ccdce

Browse files
committed
try to get qt4 install working on macOS
1 parent f58a856 commit 60ccdce

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,43 +29,51 @@ matrix:
2929

3030
# default builds for MacOS
3131
- os: osx
32+
language: generic
3233
osx_image: xcode7.3
3334
env:
3435
- MB_PYTHON_VERSION=2.7
3536
- ENABLE_CONTRIB=0
3637
- os: osx
38+
language: generic
3739
osx_image: xcode7.3
3840
env:
3941
- MB_PYTHON_VERSION=3.4
4042
- ENABLE_CONTRIB=0
4143
- os: osx
44+
language: generic
4245
osx_image: xcode7.3
4346
env:
4447
- MB_PYTHON_VERSION=3.5
4548
- ENABLE_CONTRIB=0
4649
- os: osx
50+
language: generic
4751
osx_image: xcode7.3
4852
env:
4953
- MB_PYTHON_VERSION=3.6
5054
- ENABLE_CONTRIB=0
5155

5256
# Contrib builds for MacOS
5357
- os: osx
58+
language: generic
5459
osx_image: xcode7.3
5560
env:
5661
- MB_PYTHON_VERSION=2.7
5762
- ENABLE_CONTRIB=1
5863
- os: osx
64+
language: generic
5965
osx_image: xcode7.3
6066
env:
6167
- MB_PYTHON_VERSION=3.4
6268
- ENABLE_CONTRIB=1
6369
- os: osx
70+
language: generic
6471
osx_image: xcode7.3
6572
env:
6673
- MB_PYTHON_VERSION=3.5
6774
- ENABLE_CONTRIB=1
6875
- os: osx
76+
language: generic
6977
osx_image: xcode7.3
7078
env:
7179
- MB_PYTHON_VERSION=3.6

config.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ function pre_build {
2424
echo "Running for OSX"
2525

2626
echo 'Installing QT4'
27+
brew update
2728
brew tap cartr/qt4
2829
brew tap-pin cartr/qt4
2930
brew install qt@4

0 commit comments

Comments
 (0)
0