optimise volumes
continuous-integration/drone/push Build is failing Details

pull/19/head^2
Antoine PEREDERII 2 years ago
parent 11a7a40cf4
commit 4f755f4fb9

@ -13,13 +13,11 @@ trigger:
steps:
- name: build
image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dotnet7-maui:latest
volumes:
- name: Documentation
path: /Documentation
commands:
- cd src/Banquale/
- 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
- name: tests
image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dotnet7-maui:latest
commands:
@ -60,6 +58,3 @@ steps:
- push
depends_on: [ build, tests ]
volumes:
- name: docs
temp: {}

Loading…
Cancel
Save