|
|
@ -13,13 +13,11 @@ trigger:
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
|
- name: build
|
|
|
|
- name: build
|
|
|
|
image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dotnet7-maui:latest
|
|
|
|
image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dotnet7-maui:latest
|
|
|
|
volumes:
|
|
|
|
|
|
|
|
- name: Documentation
|
|
|
|
|
|
|
|
path: /Documentation
|
|
|
|
|
|
|
|
commands:
|
|
|
|
commands:
|
|
|
|
- cd src/Banquale/
|
|
|
|
- cd src/Banquale/
|
|
|
|
- dotnet restore Banquale.sln
|
|
|
|
- dotnet restore Banquale.sln
|
|
|
|
- dotnet build Banquale.sln -c Release --no-restore /p:AndroidSdkDirectory=$ANDROID_SDK_ROOT -property:Aapt2ToolPath=$ANDROID_SDK_ROOT/build-tools/33.0.0
|
|
|
|
- dotnet build Banquale.sln -c Release --no-restore /p:AndroidSdkDirectory=$ANDROID_SDK_ROOT -property:Aapt2ToolPath=$ANDROID_SDK_ROOT/build-tools/33.0.0
|
|
|
|
|
|
|
|
|
|
|
|
- name: tests
|
|
|
|
- name: tests
|
|
|
|
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:
|
|
|
@ -60,6 +58,3 @@ steps:
|
|
|
|
- push
|
|
|
|
- push
|
|
|
|
depends_on: [ build, tests ]
|
|
|
|
depends_on: [ build, tests ]
|
|
|
|
|
|
|
|
|
|
|
|
volumes:
|
|
|
|
|
|
|
|
- name: docs
|
|
|
|
|
|
|
|
temp: {}
|
|
|
|
|
|
|
|