From 47144a99191e2abcabc6f5ba0a18a1da0055930c Mon Sep 17 00:00:00 2001 From: Maxime BATISTA Date: Tue, 2 May 2023 17:57:05 +0200 Subject: [PATCH] Add '.drone.yml' --- .drone.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..211902d --- /dev/null +++ b/.drone.yml @@ -0,0 +1,10 @@ +kind: pipeline +name: "Front CI" +type: docker + +steps: + - name: "Build APK" + image: mcr.microsoft.com/dotnet/framework/sdk:4.8.1 + commands: + - dotnet workload install maui + - dotnet build -f net7.0-android -c Release \ No newline at end of file