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 7fdd4fc

Browse filesBrowse files
committed
change the command location and fix README
1 parent 1d88012 commit 7fdd4fc
Copy full SHA for 7fdd4fc

File tree

2 files changed

+3
-3
lines changed
Filter options

2 files changed

+3
-3
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ If some dependency is not enabled in the pre-built wheels, you can also run the
127127
3. Add custom Cmake flags if needed, for example: `export CMAKE_FLAGS="-DSOME_FLAG=ON -DSOME_OTHER_FLAG=OFF"`
128128
4. Run ``python setup.py bdist_wheel``
129129
- Optionally use the `manylinux` images as a build hosts if maximum portability is needed (and run `auditwheel` for the wheel after build)
130-
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.)
130+
5. You'll have the wheel file in the `dist` folder and you can do with that whatever you wish
131131

132132
### Licensing
133133

‎travis_config.sh

Copy file name to clipboardExpand all lines: travis_config.sh
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,13 @@ function pre_build {
8989

9090
local CACHE_STAGE; (echo "$TRAVIS_BUILD_STAGE_NAME" | grep -qiF "final") || CACHE_STAGE=1
9191

92+
brew style
93+
9294
#after the cache stage, all bottles and Homebrew metadata should be already cached locally
9395
if [ -n "$CACHE_STAGE" ]; then
9496
brew update
9597
generate_ffmpeg_formula
9698
brew_add_local_bottles
97-
else
98-
brew style
9999
fi
100100

101101
echo 'Installing qt5'

0 commit comments

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