]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Correctly copy ffmpeg
authorChocobozzz <me@florianbigard.com>
Fri, 10 Aug 2018 15:56:07 +0000 (17:56 +0200)
committerChocobozzz <me@florianbigard.com>
Fri, 10 Aug 2018 15:56:15 +0000 (17:56 +0200)
.travis.yml

index 4cf90e818d40fb2dd38ed1e4cb379003590f8074..ecb44c514dae9daf6e97fc041a21084a0d1a9f98 100644 (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