diff options
author | Chocobozzz <me@florianbigard.com> | 2018-08-10 17:56:07 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-08-10 17:56:15 +0200 |
commit | 5c617be48468e88bc3bc3329ba94b3aa7382d851 (patch) | |
tree | 6b28e4c77c046cfe80ae0bd59cfb0c846db0a689 | |
parent | 288178bf02984c7e6dc69241918b88234a0dcb91 (diff) | |
download | PeerTube-5c617be48468e88bc3bc3329ba94b3aa7382d851.tar.gz PeerTube-5c617be48468e88bc3bc3329ba94b3aa7382d851.tar.zst PeerTube-5c617be48468e88bc3bc3329ba94b3aa7382d851.zip |
Correctly copy ffmpeg
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 4cf90e818..ecb44c514 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -29,7 +29,7 @@ before_script: | |||
29 | - wget --no-check-certificate "https://download.cpy.re/ffmpeg/ffmpeg-release-4.0.2-64bit-static.tar.xz" | 29 | - wget --no-check-certificate "https://download.cpy.re/ffmpeg/ffmpeg-release-4.0.2-64bit-static.tar.xz" |
30 | - tar xf ffmpeg-release-4.0.2-64bit-static.tar.xz | 30 | - tar xf ffmpeg-release-4.0.2-64bit-static.tar.xz |
31 | - mkdir -p $HOME/bin | 31 | - mkdir -p $HOME/bin |
32 | - cp ffmpeg-*-64bit-static/{ffmpeg,ffprobe,ffserver} $HOME/bin | 32 | - cp ffmpeg-*/{ffmpeg,ffprobe} $HOME/bin |
33 | - export PATH=$HOME/bin:$PATH | 33 | - export PATH=$HOME/bin:$PATH |
34 | - psql -c "create user peertube with password 'peertube';" -U postgres | 34 | - psql -c "create user peertube with password 'peertube';" -U postgres |
35 | 35 | ||