mirror of
https://github.com/kkroening/ffmpeg-python.git
synced 2025-04-05 20:11:11 +08:00
Cache ffmpeg download on travis
This commit is contained in:
parent
06cf7c73c7
commit
1c5418dd63
@ -1,7 +1,6 @@
|
||||
language: python
|
||||
before_install:
|
||||
- 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
|
||||
- [ -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)
|
||||
matrix:
|
||||
include:
|
||||
- python: 2.7
|
||||
@ -30,3 +29,4 @@ script:
|
||||
cache:
|
||||
directories:
|
||||
- .tox
|
||||
- ffmpeg-3.3.1-64bit-static
|
||||
|
Loading…
x
Reference in New Issue
Block a user