backupscript/.woodpecker.yml

24 lines
465 B
YAML
Raw Normal View History

2024-03-21 09:41:09 +00:00
steps:
2023-05-31 09:07:39 +00:00
requirements:
image: composer
commands:
2023-05-31 09:42:39 +00:00
- composer install --no-dev
run:
2023-06-15 14:10:17 +00:00
image: php:cli-bookworm
2023-05-31 09:07:39 +00:00
commands:
2023-05-31 09:42:39 +00:00
- ./backup show config.example.yml
2023-06-15 14:10:17 +00:00
dependencies:
2023-05-31 09:42:39 +00:00
image: composer
commands:
- composer install
2023-07-13 12:10:12 +00:00
- composer analyze
2023-06-15 14:10:17 +00:00
test:
image: php:cli-bookworm
commands:
- apt update
- apt install rclone
2023-07-11 10:38:51 +00:00
- vendor/bin/phpunit tests
document:
image: phpdoc/phpdoc
commands:
2023-08-21 07:47:46 +00:00
- phpdoc run