mirror of
https://github.com/kkroening/ffmpeg-python.git
synced 2025-04-06 04:15:44 +08:00
travis: use generic directory name for ffmpeg
This commit is contained in:
parent
38f2e703d2
commit
39741f49c3
@ -1,9 +1,10 @@
|
|||||||
language: python
|
language: python
|
||||||
before_install:
|
before_install:
|
||||||
- >
|
- >
|
||||||
[ -f ffmpeg-3.3.4-64bit-static/ffmpeg ] || (
|
[ -f ffmpeg-release/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
|
mkdir -p ffmpeg-release &&
|
||||||
|
tar Jxf ffmpeg-release-64bit-static.tar.xz --strip-components=1 -C ffmpeg-release
|
||||||
)
|
)
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
@ -28,9 +29,9 @@ matrix:
|
|||||||
install:
|
install:
|
||||||
- pip install tox
|
- pip install tox
|
||||||
script:
|
script:
|
||||||
- export PATH=$(readlink -f ffmpeg-3.3.4-64bit-static):$PATH
|
- export PATH=$(readlink -f ffmpeg-release):$PATH
|
||||||
- tox -e $TOX_ENV
|
- tox -e $TOX_ENV
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- .tox
|
- .tox
|
||||||
- ffmpeg-3.3.4-64bit-static
|
- ffmpeg-release
|
||||||
|
Loading…
x
Reference in New Issue
Block a user