hybridgroup.gobot/.travis.yml

34 lines
795 B
YAML
Raw Normal View History

2013-12-03 10:08:55 +08:00
language: go
2015-07-16 04:00:01 +08:00
sudo: true
2013-12-03 10:08:55 +08:00
go:
- 1.2
- 1.3
- 1.4
- 1.5
- 1.6
2013-12-03 10:08:55 +08:00
- tip
2015-07-16 04:00:01 +08:00
matrix:
allow_failures:
- go: tip
- go: 1.2
- go: 1.3
2014-06-14 09:03:50 +08:00
before_install:
2014-06-14 09:44:18 +08:00
- sudo add-apt-repository -y ppa:kubuntu-ppa/backports
- sudo add-apt-repository -y ppa:zoogie/sdl2-snapshots
2014-06-14 09:15:55 +08:00
- sudo apt-get update
2014-07-24 08:00:41 +08:00
- sudo apt-get install --force-yes libcv-dev libcvaux-dev libhighgui-dev libopencv-dev libsdl2-dev libsdl2-image-dev libsdl2 libusb-dev xvfb libgtk2.0-0
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
- if ! go get github.com/golang/tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
install:
2014-11-04 11:13:06 +08:00
- go get -d -v ./...
2014-07-24 08:00:41 +08:00
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
2013-12-03 10:08:55 +08:00
script:
2014-07-23 00:16:54 +08:00
- ./scripts/travis.sh
2014-01-21 15:22:41 +08:00
branches:
except:
- gobot.io
2014-04-18 02:20:49 +08:00
- /^gobot-.*$/