drone pipeline

main
Ginger U 2 years ago
parent 12d595757c
commit 05e6b7eb6f

@ -0,0 +1,24 @@
---
kind: pipeline
type: docker
name: default
steps:
- name: test
image: hugotty/php8-fpm
commands:
- vendor/bin/simple-phpunit
- name: install
image: hugotty/workspace
commands:
- composer install
- name: code-analysis
image: aosapps/drone-sonar-plugin
settings:
sonar_host:
from_secret: host
sonar_token:
from_secret: token
Loading…
Cancel
Save