diff --git a/.drone.yml b/.drone.yml index b93a3fb..e8cdd90 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,6 +8,13 @@ trigger: steps: + - name: build + image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dotnet8:latest + commands: + - cd src/ + - dotnet restore HeartTrack.sln + - dotnet build HeartTrack.sln -c Release --no-restore + - name: code-analysis image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dronesonarplugin-dotnet8 secrets: [ SECRET_SONAR_LOGIN ]