backupscript/.woodpecker.yml

27 lines
585 B
YAML
Raw Normal View History

2024-03-21 09:56:50 +00:00
when:
- event: [push, pull_request, pull_request_closed, tag, release, manual]
2024-03-21 10:09:22 +00:00
2024-03-21 09:41:09 +00:00
steps:
2024-03-21 09:48:08 +00:00
- name: requirements
2023-05-31 09:07:39 +00:00
image: composer
commands:
2023-05-31 09:42:39 +00:00
- composer install --no-dev
2024-03-21 09:48:08 +00:00
- name: run
2024-03-21 10:12:50 +00:00
image: php:cli-alpine
2023-05-31 09:07:39 +00:00
commands:
2023-05-31 09:42:39 +00:00
- ./backup show config.example.yml
2024-03-21 09:48:08 +00:00
- name: dependencies
2023-05-31 09:42:39 +00:00
image: composer
commands:
- composer install
2023-07-13 12:10:12 +00:00
- composer analyze
2024-03-21 09:48:08 +00:00
- name: test
2023-06-15 14:10:17 +00:00
image: php:cli-bookworm
commands:
- apt update
- apt install rclone
2024-03-21 09:48:08 +00:00
- vendor/bin/phpunit --no-coverage
- name: document
2023-07-11 10:38:51 +00:00
image: phpdoc/phpdoc
commands:
2024-03-21 09:56:50 +00:00
- phpdoc