You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
416 B
14 lines
416 B
kind: pipeline
|
|
type: docker
|
|
name: CI Workflow
|
|
|
|
steps:
|
|
- name: Test
|
|
image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dotnet7-maui:latest
|
|
commands:
|
|
- dotnet test --framework net7.0 'Tests\\\\Tests.csproj'
|
|
|
|
- name: Deploy doc
|
|
image: hub.codefirst.iut.uca.fr/maxime.batista/codefirst-docdeployer:latest
|
|
commands:
|
|
- /entrypoint.sh -t doxygen -l . -d sourcecode_documentation |