mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-20 08:51:01 +00:00
75513575be
* store dependency's in git * since we vendor ... rm tech-depts * aad make target 'vendor' to update vendor folder (manual task)
7 lines
66 B
YAML
7 lines
66 B
YAML
language: go
|
|
go:
|
|
- 1.3
|
|
- 1.4
|
|
script:
|
|
- go test
|
|
- go build
|