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

18 lines
399 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
2015-08-03 23:33:39 +02:00
- $HOME/bin
2015-08-04 00:08:37 +02:00
- $HOME/gopath/bin
- $HOME/gopath/pkg
- $HOME/gopath/src/github.com/nitrous-io
- $HOME/gopath/src/github.com/MichaelOultram/mumbledj/.vendor
2015-08-03 23:00:37 +02:00
before_script:
2015-08-03 23:35:08 +02:00
- export PATH=$PATH:~/bin/
- export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:$HOME/opus/lib/pkgconfig
2015-08-03 23:33:39 +02:00
- bash install-dependencies.sh
2015-08-03 23:00:37 +02:00
install:
2015-08-03 23:35:08 +02:00
- ls -R $HOME/opus