|
|
@ -7,8 +7,17 @@ steps:
|
|
|
|
image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dotnet7-maui:latest
|
|
|
|
image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dotnet7-maui:latest
|
|
|
|
commands:
|
|
|
|
commands:
|
|
|
|
- dotnet test --framework net7.0 'Tests\\\\Tests.csproj'
|
|
|
|
- dotnet test --framework net7.0 'Tests\\\\Tests.csproj'
|
|
|
|
|
|
|
|
|
|
|
|
- name: Deploy doc
|
|
|
|
- name: Deploy doc
|
|
|
|
image: hub.codefirst.iut.uca.fr/maxime.batista/codefirst-docdeployer:latest
|
|
|
|
image: hub.codefirst.iut.uca.fr/maxime.batista/codefirst-docdeployer:latest
|
|
|
|
|
|
|
|
depends_on:
|
|
|
|
|
|
|
|
- Test
|
|
|
|
commands:
|
|
|
|
commands:
|
|
|
|
- /entrypoint.sh -t doxygen -l . -d sourcecode_documentation
|
|
|
|
- /entrypoint.sh -t doxygen -l . -d sourcecode_documentation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- name: Deploy
|
|
|
|
|
|
|
|
image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dotnet7-maui:latest
|
|
|
|
|
|
|
|
depends_on:
|
|
|
|
|
|
|
|
- Test
|
|
|
|
|
|
|
|
commands:
|
|
|
|
|
|
|
|
- dotnet publish --framework net7.0 2> /dev/null || true
|