mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-23 10:21:00 +00:00
13 lines
150 B
YAML
13 lines
150 B
YAML
|
pipeline:
|
||
|
build:
|
||
|
image: golang
|
||
|
commands:
|
||
|
- go build
|
||
|
- go test
|
||
|
|
||
|
services:
|
||
|
database:
|
||
|
image: mysql
|
||
|
cache:
|
||
|
image: redis
|