提交 9a33dcf8 编写于 作者: O Olli-Pekka Heinisuo

test

上级 705d1f06
......@@ -20,8 +20,6 @@ cache:
# `cache: ccache: true` has no effect if `language:` is not `c` or `cpp`
- $HOME/.ccache
language: python
# Add more cache stages (s2 etc) and corresponding OSX jobs like s1
# if brew builds start to take longer than one Travis time limit
stages:
......@@ -32,7 +30,7 @@ jobs:
fast_finish: true
# Travis exclude is buggy, this seems to be the only way to disable default build
exclude:
- language: python
- language: ruby
include:
- os: osx
env:
......
......@@ -14,7 +14,7 @@ function bdist_wheel_cmd {
# copied from multibuild's common_utils.sh
# add osx deployment target so it doesnt default to 10.6
local abs_wheelhouse=$1
pip wheel . --wheel-dir="$PWD/dist" --verbose $BDIST_PARAMS
pip wheel --wheel-dir="$PWD/dist" . --verbose $BDIST_PARAMS
cp dist/*.whl $abs_wheelhouse
if [ -n "$USE_CCACHE" -a -z "$BREW_BOOTSTRAP_MODE" ]; then ccache -s; fi
}
......@@ -110,6 +110,7 @@ function pre_build {
brew_install_and_cache_within_time_limit ffmpeg_opencv || { [ $? -gt 1 ] && return 2 || return 0; }
else
brew unlink python@2
brew update
brew install ffmpeg_opencv
fi
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册