Fix ffmpeg extraction
This commit is contained in:
parent
588b341b45
commit
c8d90fdb60
1 changed files with 4 additions and 3 deletions
|
@ -22,10 +22,11 @@ services:
|
|||
before_script:
|
||||
- npm install electron-prebuilt -g
|
||||
- npm run build
|
||||
- mkdir ffmpeg
|
||||
- wget "http://johnvansickle.com/ffmpeg/releases/ffmpeg-release-64bit-static.tar.xz"
|
||||
- tar xzf ffmpeg.static.64bit.latest.tar.gz -C ffmpeg
|
||||
- export PATH=`pwd`/ffmpeg:$PATH
|
||||
- tar xf ffmpeg-release-64bit-static.tar.xz
|
||||
- mkdir -p $HOME/bin
|
||||
- cp ffmpeg-*-64bit-static/{ffmpeg,ffprobe,ffserver} $HOME/bin
|
||||
- export PATH=$HOME/bin:$PATH
|
||||
|
||||
after_failure:
|
||||
- cat test1/logs/all-logs.log
|
||||
|
|
Loading…
Reference in a new issue