externalpassword/.woodpecker.yml

7 lines
121 B
YAML
Raw Normal View History

pipeline:
test:
image: php:7-cli
commands:
- apt-get update && apt-get install -y make
- make test