|
|
@ -14,7 +14,6 @@ steps:
|
|
|
|
- dotnet build QwirkleWithoutMaui.sln -c Release --no-restore
|
|
|
|
- dotnet build QwirkleWithoutMaui.sln -c Release --no-restore
|
|
|
|
- dotnet publish QwirkleWithoutMaui.sln -c Release --no-restore -o $CI_PROJECT_DIR/build/release
|
|
|
|
- dotnet publish QwirkleWithoutMaui.sln -c Release --no-restore -o $CI_PROJECT_DIR/build/release
|
|
|
|
|
|
|
|
|
|
|
|
steps:
|
|
|
|
|
|
|
|
- name: tests
|
|
|
|
- name: tests
|
|
|
|
image: mcr.microsoft.com/dotnet/sdk:8.0
|
|
|
|
image: mcr.microsoft.com/dotnet/sdk:8.0
|
|
|
|
commands:
|
|
|
|
commands:
|
|
|
@ -22,7 +21,6 @@ steps:
|
|
|
|
- dotnet restore QwirkleWithoutMaui.sln
|
|
|
|
- dotnet restore QwirkleWithoutMaui.sln
|
|
|
|
- dotnet test QwirkleWithoutMaui --no-restore
|
|
|
|
- dotnet test QwirkleWithoutMaui --no-restore
|
|
|
|
|
|
|
|
|
|
|
|
steps:
|
|
|
|
|
|
|
|
- name: generate-and-deploy-docs
|
|
|
|
- name: generate-and-deploy-docs
|
|
|
|
image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-docdeployer
|
|
|
|
image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-docdeployer
|
|
|
|
failure: ignore
|
|
|
|
failure: ignore
|
|
|
@ -37,7 +35,6 @@ steps:
|
|
|
|
event:
|
|
|
|
event:
|
|
|
|
- push
|
|
|
|
- push
|
|
|
|
|
|
|
|
|
|
|
|
steps:
|
|
|
|
|
|
|
|
- name: code-inspection
|
|
|
|
- name: code-inspection
|
|
|
|
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 ]
|
|
|
|