File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
language : python
2
2
before_install :
3
3
- >
4
- [ -f ffmpeg-3.3.1-64bit-static/ffmpeg ] || (
5
- curl -O https://johnvansickle.com/ffmpeg/releases/ffmpeg-3.3.1-64bit-static.tar.xz &&
6
- tar Jxf ffmpeg-3.3.1-64bit-static.tar.xz
4
+ [ -f ffmpeg-release/ffmpeg ] || (
5
+ curl -O https://johnvansickle.com/ffmpeg/releases/
8C6D
ffmpeg-release-64bit-static.tar.xz &&
6
+ mkdir -p ffmpeg-release &&
7
+ tar Jxf ffmpeg-release-64bit-static.tar.xz --strip-components=1 -C ffmpeg-release
7
8
)
8
9
matrix :
9
10
include :
@@ -28,9 +29,9 @@ matrix:
28
29
install :
29
30
- pip install tox
30
31
script :
31
- - export PATH=$(readlink -f ffmpeg-3.3.1-64bit-static ):$PATH
32
+ - export PATH=$(readlink -f ffmpeg-release ):$PATH
32
33
- tox -e $TOX_ENV
33
34
cache :
34
35
directories :
35
36
- .tox
36
- - ffmpeg-3.3.1-64bit-static
37
+ - ffmpeg-release
You can’t perform that action at this time.
0 commit comments