]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - .travis.yml
Try another method to install latest ffmpeg
[github/Chocobozzz/PeerTube.git] / .travis.yml
CommitLineData
2696b9af
C
1language: node_js
2
3node_js:
1eb6997e 4 - "4.2"
3807e27a 5 - "5.1"
1eb6997e 6
16357143
C
7env:
8 - CXX=g++-4.8
9
1eb6997e
C
10addons:
11 apt:
12 sources:
13 - ubuntu-toolchain-r-test
14 packages:
15 - g++-4.8
2696b9af 16
6f1b0869 17sudo: false
2696b9af
C
18
19services:
1eb6997e 20 - mongodb
2696b9af 21
2696b9af 22before_script:
7922ba41 23 - npm install electron-prebuilt -g
803b0bd0 24 - npm run build
6f1b0869
BF
25 - mkdir ffmpeg
26 - wget "http://ffmpeg.gusari.org/static/64bit/ffmpeg.static.64bit.latest.tar.gz"
27 - tar xzf ffmpeg.static.64bit.latest.tar.gz -C ffmpeg
28 - export PATH=`pwd`/ffmpeg:$PATH
2696b9af
C
29
30after_failure:
1eb6997e
C
31 - cat test1/logs/all-logs.log
32 - cat test2/logs/all-logs.log
33 - cat test3/logs/all-logs.log
e5993adc
C
34 - cat test4/logs/all-logs.log
35 - cat test5/logs/all-logs.log
36 - cat test6/logs/all-logs.log