Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 673effc

Browse filesBrowse files
committed
Update multibuild submodule to the latest version
1 parent 964ef12 commit 673effc
Copy full SHA for 673effc

File tree

2 files changed

+6
-6
lines changed
Filter options

2 files changed

+6
-6
lines changed

‎travis_config.sh

Copy file name to clipboardExpand all lines: travis_config.sh
+5-5Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function bdist_wheel_cmd {
1616
local abs_wheelhouse=$1
1717
CI_BUILD=1 pip wheel --verbose --wheel-dir="$PWD/dist" . $BDIST_PARAMS
1818
cp dist/*.whl $abs_wheelhouse
19-
if [ -z "$IS_OSX" ]; then
19+
if [ -z "$IS_MACOS" ]; then
2020
TOOLS_PATH=/opt/_internal/tools
2121
/opt/python/cp37-cp37m/bin/python -m venv $TOOLS_PATH
2222
source $TOOLS_PATH/bin/activate
@@ -26,7 +26,7 @@ function bdist_wheel_cmd {
2626
if [ -n "$USE_CCACHE" -a -z "$BREW_BOOTSTRAP_MODE" ]; then ccache -s; fi
2727
}
2828

29-
if [ -n "$IS_OSX" ]; then
29+
if [ -n "$IS_MACOS" ]; then
3030
echo " > OSX environment "
3131
export MAKEFLAGS="-j$(sysctl -n hw.ncpu)"
3232
else
@@ -35,7 +35,7 @@ else
3535
export MAKEFLAGS="-j$(grep -E '^processor[[:space:]]*:' /proc/cpuinfo | wc -l)"
3636
fi
3737

38-
if [ -n "$IS_OSX" ]; then
38+
if [ -n "$IS_MACOS" ]; then
3939

4040
source travis_osx_brew_cache.sh
4141

@@ -92,7 +92,7 @@ function pre_build {
9292
echo "Starting pre-build"
9393
set -e -o pipefail
9494

95-
if [ -n "$IS_OSX" ]; then
95+
if [ -n "$IS_MACOS" ]; then
9696
echo "Running for OSX"
9797

9898
local CACHE_STAGE; (echo "$TRAVIS_BUILD_STAGE_NAME" | grep -qiF "final") || CACHE_STAGE=1
@@ -136,7 +136,7 @@ function run_tests {
136136
echo "Run tests..."
137137
echo $PWD
138138

139-
if [ -n "$IS_OSX" ]; then
139+
if [ -n "$IS_MACOS" ]; then
140140
echo "Running for OS X"
141141
cd ../tests/
142142
else

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.