mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-04 07:36:29 +00:00
75513575be
* store dependency's in git * since we vendor ... rm tech-depts * aad make target 'vendor' to update vendor folder (manual task)
15 lines
265 B
YAML
15 lines
265 B
YAML
language: go
|
|
go:
|
|
- "1.7"
|
|
- "1.8"
|
|
- "1.9"
|
|
- "1.10"
|
|
- "1.11"
|
|
- "1.12"
|
|
- "master"
|
|
matrix:
|
|
allow_failures:
|
|
- go: "master"
|
|
script:
|
|
- go test -v -race -cpu=1,2,4 -bench . -benchmem ./...
|
|
- go test -v -tags binary_log -race -cpu=1,2,4 -bench . -benchmem ./...
|