Commit fd3565f7 authored by mattip's avatar mattip
Browse files

fix for macOS

parent 54cd2f39
...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment