mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-13 12:41:21 +00:00
16 lines
190 B
YAML
16 lines
190 B
YAML
|
branches: master
|
||
|
|
||
|
matri:
|
||
|
GO_VERSION:
|
||
|
- 1.14
|
||
|
- 1.13
|
||
|
|
||
|
pipeline:
|
||
|
test:
|
||
|
image: golang:${GO_VERSION}
|
||
|
commands:
|
||
|
- echo "test ${DATABAS}"
|
||
|
|
||
|
build:
|
||
|
commands: go build
|