mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-20 23:04:22 +01:00
Add kata-pkgsync as the OBS to Packagecloud sync tool. Fixes: #506 Signed-off-by: Marco Vedovati <mvedovati@suse.com>
21 lines
240 B
YAML
21 lines
240 B
YAML
language: go
|
|
|
|
go:
|
|
- "1.9"
|
|
- "1.10"
|
|
- "1.11"
|
|
|
|
sudo: false
|
|
|
|
before_script:
|
|
- go get -d gopkg.in/cheggaaa/pb.v1
|
|
- go get -d github.com/peterhellberg/link
|
|
|
|
script:
|
|
- make all
|
|
- make test
|
|
|
|
branches:
|
|
only:
|
|
- master
|