Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fengzch-das
multibuild
Commits
0ecd0474
Commit
0ecd0474
authored
Nov 06, 2019
by
robbuckley
Browse files
fix merge error - switch to MB_PYTHON_VERSION
parent
73dbd5d0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
.travis.yml
.travis.yml
+4
-4
tests/test_multibuild.sh
tests/test_multibuild.sh
+2
-2
No files found.
.travis.yml
View file @
0ecd0474
...
...
@@ -41,12 +41,12 @@ matrix:
# OSX builds
-
os
:
osx
env
:
-
PYTHON_VERSION=2.7
-
MB_
PYTHON_VERSION=2.7
-
MB_PYTHON_OSX_VER=10.6
-
TEST_BUILDS=1
-
os
:
osx
env
:
-
PYTHON_VERSION=2.7
-
MB_
PYTHON_VERSION=2.7
-
TEST_BUILDS=1
-
os
:
osx
language
:
objective-c
...
...
@@ -62,7 +62,7 @@ matrix:
-
VENV=venv
-
os
:
osx
env
:
-
PYTHON_VERSION=3.6
-
MB_
PYTHON_VERSION=3.6
-
MB_PYTHON_OSX_VER=10.6
-
VENV=venv
-
os
:
osx
...
...
@@ -71,7 +71,7 @@ matrix:
-
VENV=venv
-
os
:
osx
env
:
-
PYTHON_VERSION=3.7
-
MB_
PYTHON_VERSION=3.7
-
MB_PYTHON_OSX_VER=10.6
-
VENV=venv
-
os
:
osx
...
...
tests/test_multibuild.sh
View file @
0ecd0474
...
...
@@ -9,13 +9,13 @@ source tests/test_fill_submodule.sh
if
[
-n
"
$IS_OSX
"
]
;
then
source
osx_utils.sh
MB_PYTHON_OSX_VER
=
${
MB_PYTHON_OSX_VER
:-
$(
macpython_sdk_for_version
$PYTHON_VERSION
)
}
MB_PYTHON_OSX_VER
=
${
MB_PYTHON_OSX_VER
:-
$(
macpython_sdk_for_version
$
MB_
PYTHON_VERSION
)
}
# To work round:
# https://travis-ci.community/t/syntax-error-unexpected-keyword-rescue-expecting-keyword-end-in-homebrew/5623
brew update
get_macpython_environment
$PYTHON_VERSION
${
VENV
:-
""
}
$MB_PYTHON_OSX_VER
get_macpython_environment
$
MB_
PYTHON_VERSION
${
VENV
:-
""
}
$MB_PYTHON_OSX_VER
source
tests/test_python_install.sh
source
tests/test_fill_pyver.sh
source
tests/test_fill_pypy_ver.sh
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment