backupscript/.woodpecker.yml
2023-06-15 10:57:06 +00:00

20 lines
362 B
YAML

pipeline:
requirements:
image: composer
commands:
- composer install --no-dev
run:
image: php
commands:
- ./backup show config.example.yml
test:
image: composer
commands:
- apt update
- apt install rclone
- composer install
- vendor/bin/phpunit tests
tools:
image: php
commands:
- make analyze