|
|
@ -8,6 +8,13 @@ trigger:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
steps:
|
|
|
|
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
|
|
|
|
- name: code-analysis
|
|
|
|
image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dronesonarplugin-dotnet8
|
|
|
|
image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dronesonarplugin-dotnet8
|
|
|
|
secrets: [ SECRET_SONAR_LOGIN ]
|
|
|
|
secrets: [ SECRET_SONAR_LOGIN ]
|
|
|
|