|
|
@ -16,7 +16,6 @@ steps:
|
|
|
|
- cd src/
|
|
|
|
- cd src/
|
|
|
|
- dotnet restore HeartTrack.sln
|
|
|
|
- dotnet restore HeartTrack.sln
|
|
|
|
- dotnet build HeartTrack.sln -c Release --no-restore
|
|
|
|
- dotnet build HeartTrack.sln -c Release --no-restore
|
|
|
|
|
|
|
|
|
|
|
|
# - name: code-analysis
|
|
|
|
# - name: code-analysis
|
|
|
|
# image: mcr.microsoft.com/dotnet/sdk:8.0
|
|
|
|
# image: mcr.microsoft.com/dotnet/sdk:8.0
|
|
|
|
# secrets: [ SECRET_SONAR_LOGIN ]
|
|
|
|
# secrets: [ SECRET_SONAR_LOGIN ]
|
|
|
@ -35,7 +34,6 @@ steps:
|
|
|
|
# - reportgenerator -reports:"**/coverage.cobertura.xml" -reporttypes:SonarQube -targetdir:"coveragereport"
|
|
|
|
# - reportgenerator -reports:"**/coverage.cobertura.xml" -reporttypes:SonarQube -targetdir:"coveragereport"
|
|
|
|
# - dotnet publish HeartTrack.csproj -c Release --no-restore -o $CI_PROJECT_DIR/build/release -f:net8
|
|
|
|
# - dotnet publish HeartTrack.csproj -c Release --no-restore -o $CI_PROJECT_DIR/build/release -f:net8
|
|
|
|
# - dotnet sonarscanner end /d:sonar.login=$${SONAR_TOKEN}
|
|
|
|
# - dotnet sonarscanner end /d:sonar.login=$${SONAR_TOKEN}
|
|
|
|
|
|
|
|
|
|
|
|
- name: generate-and-deploy-docs
|
|
|
|
- name: generate-and-deploy-docs
|
|
|
|
image: hub.codefirst.iut.uca.fr/maxime.batista/codefirst-docdeployer
|
|
|
|
image: hub.codefirst.iut.uca.fr/maxime.batista/codefirst-docdeployer
|
|
|
|
failure: ignore
|
|
|
|
failure: ignore
|
|
|
|