mirror of
https://github.com/kkroening/ffmpeg-python.git
synced 2025-04-06 04:15:44 +08:00
Cache ffmpeg download on travis
This commit is contained in:
parent
06cf7c73c7
commit
1c5418dd63
@ -1,7 +1,6 @@
|
|||||||
language: python
|
language: python
|
||||||
before_install:
|
before_install:
|
||||||
- curl -O https://johnvansickle.com/ffmpeg/releases/ffmpeg-3.3.1-64bit-static.tar.xz
|
- [ -d ffmpeg-3.3.1-64bit-static ] || (curl -O https://johnvansickle.com/ffmpeg/releases/ffmpeg-3.3.1-64bit-static.tar.xz && tar Jxf ffmpeg-3.3.1-64bit-static.tar.xz)
|
||||||
- tar Jxf ffmpeg-3.3.1-64bit-static.tar.xz
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- python: 2.7
|
- python: 2.7
|
||||||
@ -30,3 +29,4 @@ script:
|
|||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- .tox
|
- .tox
|
||||||
|
- ffmpeg-3.3.1-64bit-static
|
||||||
|
Loading…
x
Reference in New Issue
Block a user