2016-04-06 16:48:35 +00:00
|
|
|
language: go
|
|
|
|
go:
|
2018-11-08 16:50:04 +00:00
|
|
|
- "1.x"
|
2020-04-02 15:49:21 +00:00
|
|
|
- "1.14.x"
|
|
|
|
- "1.13.x"
|
|
|
|
- "1.12.x"
|
2018-11-08 16:50:04 +00:00
|
|
|
- "1.11.x"
|
|
|
|
- "1.10.x"
|
|
|
|
- "1.9.x"
|
2016-04-06 16:48:35 +00:00
|
|
|
|
|
|
|
sudo: false
|
|
|
|
|
|
|
|
before_install:
|
|
|
|
- git config --global url."https://".insteadOf git://
|
2018-08-14 03:03:28 +00:00
|
|
|
- make install.tools
|
2016-04-06 16:48:35 +00:00
|
|
|
- mkdir -p $GOPATH/src/github.com/vbatts && ln -sf $(pwd) $GOPATH/src/github.com/vbatts/go-mtree
|
|
|
|
|
|
|
|
install: true
|
|
|
|
|
|
|
|
script:
|
2016-11-07 15:25:35 +00:00
|
|
|
- make validation
|
2016-12-08 01:03:41 +00:00
|
|
|
- make validation.tags
|
2016-12-08 01:39:47 +00:00
|
|
|
- make build.arches
|