File tree 2 files changed +13
-13
lines changed
2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -55,12 +55,12 @@ matrix:
55
55
# - ENABLE_CONTRIB=0
56
56
57
57
# # 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
64
64
# - os: osx
65
65
# language: generic
66
66
# osx_image: xcode8.2
@@ -140,11 +140,11 @@ matrix:
140
140
# - ENABLE_CONTRIB=0
141
141
142
142
# 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
148
148
# - os: linux
149
149
# env:
150
150
# - MB_PYTHON_VERSION=2.7
Original file line number Diff line number Diff line change @@ -72,12 +72,12 @@ for PYBIN in /opt/python/cp$PYTHON_VERSION*/bin; do
72
72
73
73
if [[ $PYTHON_VERSION == 2* ]]; then
74
74
echo ' Build for Py2'
75
- (cd build; make -j2 opencv_python2)
75
+ (cd build; make -j8 opencv_python2)
76
76
fi
77
77
78
78
if [[ $PYTHON_VERSION == 3* ]]; then
79
79
echo ' Build for Py3'
80
- (cd build; make -j2 opencv_python3)
80
+ (cd build; make -j8 opencv_python3)
81
81
fi
82
82
83
83
You can’t perform that action at this time.
0 commit comments