benchmark script done
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-10-19 19:11:18 +02:00
parent bf068fa72c
commit 336a2c0a12
4 changed files with 134 additions and 1 deletions

20
.drone.yml Normal file
View File

@@ -0,0 +1,20 @@
kind: pipeline
type: docker
name: default
steps:
- name: code-analysis
image: aosapps/drone-sonar-plugin
settings:
sonar_host:
from_secret: SONAR_HOST
sonar_token:
from_secret: SONAR_CODE
- name: ms-teams
image: kuperiu/drone-teams
settings:
webhook:
from_secret: TEAMS_WEBHOOK
when:
status: [ failure ]