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

18 lines
369 B

kind: pipeline
type: docker
name: Scor_It
trigger:
event:
- push
steps:
- name: code-analysis
image: openjdk:8-jdk
environment:
SONAR_TOKEN:
from_secret: SONAR_TOKEN
settings:
sources: ./src/
commands:
- sonar-scanner -D sonar.projectKey=Scor_It -D sonar.sources=. -D sonar.host.url=https://codefirst.iut.uca.fr/sonar