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

15 lines
280 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-03 23:25:11 +02:00
- $TRAVIS_BUILD_DIR/.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