You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
424 B
YAML

---
kind: pipeline
type: docker
name: default
steps:
- name: install
image: hugotty/php8-fpm
commands:
- composer install
- name: test
image: hugotty/php8-fpm
commands:
- vendor/bin/simple-phpunit --stop-on-failure
- name: code-analysis
image: aosapps/drone-sonar-plugin
settings:
sonar_host:
from_secret: host
sonar_token:
from_secret: token