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