New buildserver format
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Build and test / requirements (push) Failing after 3m36s
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Build and test / requirements (push) Failing after 3m36s
This commit is contained in:
@ -1,24 +1,24 @@
|
|||||||
steps:
|
steps:
|
||||||
requirements:
|
- name: requirements
|
||||||
image: composer
|
image: composer
|
||||||
commands:
|
commands:
|
||||||
- composer install --no-dev
|
- composer install --no-dev
|
||||||
run:
|
- name: run
|
||||||
image: php:cli-bookworm
|
image: php:cli-bookworm
|
||||||
commands:
|
commands:
|
||||||
- ./backup show config.example.yml
|
- ./backup show config.example.yml
|
||||||
dependencies:
|
- name: dependencies
|
||||||
image: composer
|
image: composer
|
||||||
commands:
|
commands:
|
||||||
- composer install
|
- composer install
|
||||||
- composer analyze
|
- composer analyze
|
||||||
test:
|
- name: test
|
||||||
image: php:cli-bookworm
|
image: php:cli-bookworm
|
||||||
commands:
|
commands:
|
||||||
- apt update
|
- apt update
|
||||||
- apt install rclone
|
- apt install rclone
|
||||||
- vendor/bin/phpunit tests
|
- vendor/bin/phpunit --no-coverage
|
||||||
document:
|
- name: document
|
||||||
image: phpdoc/phpdoc
|
image: phpdoc/phpdoc
|
||||||
commands:
|
commands:
|
||||||
- phpdoc run
|
- phpdoc run
|
Reference in New Issue
Block a user