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
fd3565f7
Commit
fd3565f7
authored
Feb 28, 2020
by
mattip
Browse files
fix for macOS
parent
54cd2f39
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
tests/test_multibuild.sh
tests/test_multibuild.sh
+2
-1
No files found.
tests/test_multibuild.sh
View file @
fd3565f7
...
@@ -31,6 +31,7 @@ if [ -n "$TEST_BUILDS" ]; then
...
@@ -31,6 +31,7 @@ if [ -n "$TEST_BUILDS" ]; then
# Will be set automatically by docker call in build_multilinux below.
# Will be set automatically by docker call in build_multilinux below.
PYTHON_VERSION
=
${
MB_PYTHON_VERSION
}
PYTHON_VERSION
=
${
MB_PYTHON_VERSION
}
source
tests/test_library_builders.sh
source
tests/test_library_builders.sh
source
tests/config.sh
elif
[
!
-x
"
$(
command
-v
docker
)
"
]
;
then
elif
[
!
-x
"
$(
command
-v
docker
)
"
]
;
then
echo
"Skipping build tests; no docker available"
echo
"Skipping build tests; no docker available"
else
else
...
@@ -42,9 +43,9 @@ if [ -n "$TEST_BUILDS" ]; then
...
@@ -42,9 +43,9 @@ if [ -n "$TEST_BUILDS" ]; then
source tests/test_library_builders.sh
source tests/test_library_builders.sh
"
"
build_multilinux
$my_plat
"pip install simplejson"
build_multilinux
$my_plat
"pip install simplejson"
CONFIG_PATH
=
tests/config.sh
fi
fi
build_index_wheel simplejson
build_index_wheel simplejson
CONFIG_PATH
=
tests/config.sh
install_run
$PLAT
install_run
$PLAT
fi
fi
...
...
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