2016-07-19 11:29:32 -07:00
|
|
|
language: go
|
|
|
|
go:
|
2017-02-20 14:33:34 +01:00
|
|
|
- 1.6.x
|
|
|
|
- 1.7.x
|
|
|
|
- 1.8.x
|
2016-09-28 12:59:12 -07:00
|
|
|
- tip
|
2016-07-19 11:29:32 -07:00
|
|
|
|
2016-09-19 08:28:34 +02:00
|
|
|
sudo: required
|
|
|
|
|
2016-09-21 23:49:15 +02:00
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
|
2016-10-18 10:48:33 -04:00
|
|
|
before_install:
|
|
|
|
- sudo apt-get -qq update
|
2017-03-02 12:46:46 +08:00
|
|
|
- sudo apt-get -qq install btrfs-tools libdevmapper-dev libgpgme11-dev libapparmor-dev libseccomp-dev
|
2016-10-18 10:48:33 -04:00
|
|
|
|
2016-09-28 12:54:04 -07:00
|
|
|
install:
|
2016-09-19 08:28:34 +02:00
|
|
|
- make install.tools
|
2016-07-19 11:29:32 -07:00
|
|
|
|
2016-09-28 12:54:04 -07:00
|
|
|
before_script:
|
|
|
|
- export PATH=$HOME/gopath/bin:$PATH
|
2016-07-19 11:29:32 -07:00
|
|
|
|
|
|
|
script:
|
2016-09-19 08:28:34 +02:00
|
|
|
- make .gitvalidation
|
2016-12-14 19:31:24 +08:00
|
|
|
- make gofmt
|
2016-09-19 08:28:34 +02:00
|
|
|
- make lint
|
2016-09-21 23:49:15 +02:00
|
|
|
- make integration
|
2016-09-28 23:55:50 +02:00
|
|
|
- make docs
|
2017-03-02 12:46:46 +08:00
|
|
|
- make
|
2017-02-13 21:14:09 -08:00
|
|
|
|
|
|
|
notifications:
|
2017-06-16 16:27:03 -07:00
|
|
|
irc: "chat.freenode.net#cri-o"
|