diff --git a/.drone.yml b/.drone.yml index d4063be..64ac063 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,4 +7,14 @@ steps: image: cirrusci/flutter:stable commands: - flutter doctor - - flutter build \ No newline at end of file + - flutter build + +- name: code-analysis + image: cirrusci/flutter:stable + environment: + SONAR_TOKEN: + from_secret: sonar_token + settings: + sources: ./Sources + commands: + - cd Sources/dafl_project_flutter