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

23 lines
568 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
2015-08-10 01:41:26 +02:00
before_install:
2015-08-03 23:35:08 +02:00
- export PATH=$PATH:~/bin/
2015-08-10 02:24:48 +02:00
- export PATH=$PATH:$GOPATH/bin/
2015-08-03 23:35:08 +02:00
- 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
2015-08-10 02:27:26 +02:00
install:
- make
- make install
2015-08-10 01:41:26 +02:00
after_success:
2015-08-10 02:19:27 +02:00
- mumbledj -server=$MUMBLE_IP -port=$MUMBLE_PORT -username=travis -password=$MUMBLE_PASSWORD -test=true