6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit 0445f5aa

AuthorMikkel Thygesen<mth@dwarf.dk>
Date2025-06-13 11:45:16 +0200
1948: updated pipelines

Changed files

azure/android-test.yml            | 16 ++++++++++++++++
 azure/templates/build-android.yml | 12 +++++++++---
 azure/templates/build-ios.yml     |  1 -
 3 files changed, 25 insertions(+), 4 deletions(-)

Diff

diff --git a/azure/android-test.yml b/azure/android-test.yml
new file mode 100644
index 00000000..40eab47c
--- /dev/null
+++ b/azure/android-test.yml
@@ -0,0 +1,16 @@
+trigger:
+- develop
+
+pool:
+ vmImage: ubuntu-latest
+
+variables:
+ - group: FDM.WEB.MitFDM.Mobile.App
+ - template: templates/env-vars.yml
+ parameters:
+ env: 'test'
+
+steps:
+- template: templates/android-template.yml
+ parameters:
+ env: 'test'
diff --git a/azure/templates/build-android.yml b/azure/templates/build-android.yml
index b06e7fb8..c7df695a 100644
--- a/azure/templates/build-android.yml
+++ b/azure/templates/build-android.yml
@@ -1,6 +1,12 @@
-# parameters:
-# - name: flavor
-# type: string
+parameters:
+- name: env
+ displayName: environment
+ type: string
+ default: development
+ values:
+ - production
+ - staging
+ - test
steps:
- template: install-flutter.yml
diff --git a/azure/templates/build-ios.yml b/azure/templates/build-ios.yml
index 07fb3cb0..2b2824ba 100644
--- a/azure/templates/build-ios.yml
+++ b/azure/templates/build-ios.yml
@@ -8,7 +8,6 @@ parameters:
- staging
- test
-
pool:
vmImage: 'macOS-latest'