Correctly copy ffmpeg

This commit is contained in:
Chocobozzz 2018-08-10 17:56:07 +02:00
parent 288178bf02
commit 5c617be484
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ before_script:
- wget --no-check-certificate "https://download.cpy.re/ffmpeg/ffmpeg-release-4.0.2-64bit-static.tar.xz"
- tar xf ffmpeg-release-4.0.2-64bit-static.tar.xz
- mkdir -p $HOME/bin
- cp ffmpeg-*-64bit-static/{ffmpeg,ffprobe,ffserver} $HOME/bin
- cp ffmpeg-*/{ffmpeg,ffprobe} $HOME/bin
- export PATH=$HOME/bin:$PATH
- psql -c "create user peertube with password 'peertube';" -U postgres