This repository has been archived on 2019-06-23. You can view files and clone it, but cannot push or open issues or pull requests.
mumbledj/.travis.yml

20 lines
567 B
YAML
Raw Normal View History

2015-08-03 15:06:47 +02:00
language: go
2015-08-03 23:00:37 +02:00
cache:
directories:
- $HOME/opus
before_script:
2015-08-03 22:48:21 +02:00
- export PATH=$PATH:~/bin/
2015-08-03 23:00:37 +02:00
- wget http://johnvansickle.com/ffmpeg/releases/ffmpeg-release-64bit-static.tar.xz -O /tmp/ffmpeg.tar.xz
- tar -xvf /tmp/ffmpeg.tar.xz --strip 1 --no-anchored ffmpeg ffprobe
- chmod a+rx ffmpeg ffprobe
- mv ff* ~/bin
2015-08-03 22:48:21 +02:00
- curl https://yt-dl.org/downloads/2015.07.28/youtube-dl -o ~/bin/youtube-dl
2015-08-03 23:00:37 +02:00
- chmod a+rx ~/bin/youtube-dl
- bash install-opus.sh
2015-08-03 23:07:01 +02:00
- export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:$HOME/opus/lib
2015-08-03 23:00:37 +02:00
install:
- ls -R $HOME/opus