From 7fdd4fc46a73bfeb661606b5c40bcaee790d57fc Mon Sep 17 00:00:00 2001 From: Olli-Pekka Heinisuo Date: Thu, 2 Jul 2020 22:19:58 +0300 Subject: [PATCH] change the command location and fix README --- README.md | 2 +- travis_config.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 28f76c0..9daa1a4 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ If some dependency is not enabled in the pre-built wheels, you can also run the 3. Add custom Cmake flags if needed, for example: `export CMAKE_FLAGS="-DSOME_FLAG=ON -DSOME_OTHER_FLAG=OFF"` 4. Run ``python setup.py bdist_wheel`` - Optionally use the `manylinux` images as a build hosts if maximum portability is needed (and run `auditwheel` for the wheel after build) -5. You'll have the wheel file in the `dist` folder and you can do with that whatever you wish (upload to local PyPI index, use as dependency in a CI job which runs the PyInstaller / PyOxidizer bundler for your app etc.) +5. You'll have the wheel file in the `dist` folder and you can do with that whatever you wish ### Licensing diff --git a/travis_config.sh b/travis_config.sh index 9da9820..b8defe8 100644 --- a/travis_config.sh +++ b/travis_config.sh @@ -89,13 +89,13 @@ function pre_build { local CACHE_STAGE; (echo "$TRAVIS_BUILD_STAGE_NAME" | grep -qiF "final") || CACHE_STAGE=1 + brew style + #after the cache stage, all bottles and Homebrew metadata should be already cached locally if [ -n "$CACHE_STAGE" ]; then brew update generate_ffmpeg_formula brew_add_local_bottles - else - brew style fi echo 'Installing qt5' -- GitLab