backupscript/.woodpecker.yml
Jens True 4e9248c8fd
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Analyze on every build.
2023-06-13 09:44:53 +00:00

19 lines
325 B
YAML

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