mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-23 10:21:00 +00:00
15 lines
202 B
YAML
15 lines
202 B
YAML
|
pipeline:
|
||
|
test:
|
||
|
image: golang:${GO_VERSION}
|
||
|
commands:
|
||
|
- echo "test ${DATABASE}"
|
||
|
|
||
|
matrix:
|
||
|
GO_VERSION:
|
||
|
- 1.4
|
||
|
- 1.3
|
||
|
DATABASE:
|
||
|
- mysql:5.5
|
||
|
- mysql:6.5
|
||
|
- mariadb:10.1
|