17 lines
356 B
YAML
17 lines
356 B
YAML
language: go
|
|
|
|
cache:
|
|
directories:
|
|
- $HOME/opus
|
|
- $HOME/bin
|
|
- $HOME/gopath/bin
|
|
- $HOME/gopath/pkg
|
|
- $HOME/gopath/src/github.com/MichaelOultram/mumbledj/.vendor
|
|
|
|
before_script:
|
|
- export PATH=$PATH:~/bin/
|
|
- export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:$HOME/opus/lib/pkgconfig
|
|
- bash install-dependencies.sh
|
|
|
|
install:
|
|
- ls -R $HOME/opus |