We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 229a40a commit eb4e5c1Copy full SHA for eb4e5c1
travis/build-wheels.sh
@@ -3,13 +3,14 @@ set +e
3
echo 'Begin build-wheel...'
4
5
export PYTHON_VERSION=${PYTHON_VERSION/./}
6
+export MAKE_EXTRA=-j2
7
8
echo 'PYTHON_VERSION: '$PYTHON_VERSION
9
10
ENABLE_CONTRIB=$(<contrib.enabled)
-ninja_path=$(readlink -f ninja)
11
12
source travis/install-ninja.sh
13
+ninja_path=$(readlink -f ninja)
14
15
for PYBIN in /opt/python/cp$PYTHON_VERSION*/bin; do
16
echo 'PWD : '$PWD
0 commit comments