Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 327d9ec

Browse filesBrowse files
committed
enable correct build
1 parent a43d742 commit 327d9ec
Copy full SHA for 327d9ec

File tree

Expand file treeCollapse file tree

2 files changed

+12
-12
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+12
-12
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+11-11Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@ matrix:
5555
# - ENABLE_CONTRIB=0
5656

5757
# # Contrib builds for MacOS
58-
# - os: osx
59-
# language: generic
60-
# osx_image: xcode8.2
61-
# env:
62-
# - MB_PYTHON_VERSION=2.7
63-
# - ENABLE_CONTRIB=1
58+
- os: osx
59+
language: generic
60+
osx_image: xcode8.2
61+
env:
62+
- MB_PYTHON_VERSION=2.7
63+
- ENABLE_CONTRIB=1
6464
# - os: osx
6565
# language: generic
6666
# osx_image: xcode8.2
@@ -140,11 +140,11 @@ matrix:
140140
# - ENABLE_CONTRIB=0
141141

142142
# contrib builds for Linux
143-
- os: linux
144-
env:
145-
- MB_PYTHON_VERSION=2.7
146-
- DOCKER_IMAGE=quay.io/pypa/manylinux1_x86_64
147-
- ENABLE_CONTRIB=1
143+
# - os: linux
144+
# env:
145+
# - MB_PYTHON_VERSION=2.7
146+
# - DOCKER_IMAGE=quay.io/pypa/manylinux1_x86_64
147+
# - ENABLE_CONTRIB=1
148148
# - os: linux
149149
# env:
150150
# - MB_PYTHON_VERSION=2.7

‎travis/build-wheels-osx.sh

Copy file name to clipboardExpand all lines: travis/build-wheels-osx.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ fi
107107

108108

109109
echo 'Begin build'
110-
make -j2
110+
make -j8
111111

112112
# Moving back to opencv-python
113113
cd ../..

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.