mirror of
https://github.com/kkroening/ffmpeg-python.git
synced 2025-04-05 12:48:09 +08:00
Update ffmpeg build URL in more places
This commit is contained in:
parent
39cbd53652
commit
c4eae56495
@ -1,7 +1,7 @@
|
||||
language: python
|
||||
before_install:
|
||||
- >
|
||||
[ -f ffmpeg-3.3.1-64bit-static/ffmpeg ] || (
|
||||
[ -f ffmpeg-release-64bit-static/ffmpeg ] || (
|
||||
curl -O https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-64bit-static.tar.xz &&
|
||||
tar Jxf ffmpeg-release-64bit-static.tar.xz
|
||||
)
|
||||
@ -28,9 +28,9 @@ matrix:
|
||||
install:
|
||||
- pip install tox
|
||||
script:
|
||||
- export PATH=$(readlink -f ffmpeg-3.3.1-64bit-static):$PATH
|
||||
- export PATH=$(readlink -f ffmpeg-release-64bit-static):$PATH
|
||||
- tox -e $TOX_ENV
|
||||
cache:
|
||||
directories:
|
||||
- .tox
|
||||
- ffmpeg-3.3.1-64bit-static
|
||||
- ffmpeg-release-64bit-static
|
||||
|
Loading…
x
Reference in New Issue
Block a user