language: go
arch:
- AMD64
- ppc64le
go:
- tip
install:
- make build-libgit2-static
- go get --tags "static" ./...
script:
- make test-static
git:
submodules: true
branches:
only:
- master
- /v\d+/
- /release-.*/