2013-12-03 10:08:55 +08:00
language : go
2017-04-30 19:10:04 +08:00
sudo : false
2017-05-03 02:18:11 +08:00
dist : trusty
2016-12-08 20:36:44 +08:00
go_import_path : gobot.io/x/gobot
2013-12-03 10:08:55 +08:00
go :
2017-05-24 17:17:32 +08:00
- 1.7 .6
2017-05-25 15:21:51 +08:00
- 1.8 .3
2017-04-30 19:10:04 +08:00
- tip
2015-07-16 04:00:01 +08:00
matrix :
2017-04-30 19:10:04 +08:00
allow_failures :
- go : tip
addons :
apt :
packages :
2017-04-30 19:36:55 +08:00
- libcv-dev
- libcvaux-dev
- libhighgui-dev
- libopencv-dev
- libsdl2-dev
- libsdl2-image-dev
2017-05-03 02:19:44 +08:00
- libsdl2-2.0.0
2017-04-30 19:36:55 +08:00
- libusb-dev
- xvfb
- unzip
- libgtk2.0-0
2014-06-14 09:03:50 +08:00
before_install :
2017-04-30 19:10:04 +08:00
- cd $HOME/gopath/src/gobot.io/x/gobot
- go get github.com/axw/gocov/gocov
2016-10-03 14:25:07 +08:00
install :
2017-04-30 19:10:04 +08:00
- make deps
2014-07-24 08:00:41 +08:00
before_script :
2017-04-30 19:10:04 +08:00
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
2013-12-03 10:08:55 +08:00
script :
2017-04-30 19:10:04 +08:00
- echo "Ensuring code is well formatted"; ! gofmt -s -d . | read
2017-05-11 21:57:03 +08:00
- bash -c 'set -e; echo "" > coverage.txt; for d in $(go list ./...); do go test -covermode=set -coverprofile=p.out $d; if [ -f p.out ]; then cat p.out >> coverage.txt; rm p.out; fi; done'
2017-02-16 20:20:04 +08:00
after_success :
2017-04-30 19:10:04 +08:00
- bash <(curl -s https://codecov.io/bash)
2014-01-21 15:22:41 +08:00
branches :
2017-04-30 19:10:04 +08:00
except :
- gobot.io
- /^gobot-.*$/
2017-02-16 20:20:04 +08:00
secure : "HggklzWOwKqImvjQe1yvojCoTaUBDrOVXRjsrZaoTaKpUtmho1tpCMtKF1dbyT0T5Y68P6f9e/XyANWVeziJNZ+YmNkY+CNdNYHiNnpl8att3MuL4hpwKDPAqLK8H2G+71j3O/rBvf6oIJHtSEesR5Sbb+2fSmhNFtLrDgp5FZA="