|
|
@ -23,7 +23,7 @@ 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-dotnet6-maui:latest
|
|
|
|
volumes:
|
|
|
|
volumes:
|
|
|
|
- name: Documentation
|
|
|
|
- name: Documentation
|
|
|
|
path: /Documentation
|
|
|
|
path: /Documentation
|
|
|
@ -31,7 +31,7 @@ steps:
|
|
|
|
- cd src/Banquale/
|
|
|
|
- cd src/Banquale/
|
|
|
|
# - workload restore
|
|
|
|
# - workload restore
|
|
|
|
- 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/31.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
|
|
|
|
- dotnet publish Banquale.csproj -c Release --no-restore -o $CI_PROJECT_DIR/build/release -f:net6.0-android /p:AndroidSdkDirectory=/usr/lib/android-sdk
|
|
|
|
- dotnet publish Banquale.csproj -c Release --no-restore -o $CI_PROJECT_DIR/build/release -f:net6.0-android /p:AndroidSdkDirectory=/usr/lib/android-sdk
|
|
|
|
|
|
|
|
|
|
|
|
- name: tests
|
|
|
|
- name: tests
|
|
|
|