From 72024b0d9c9ac7270d7758664b548ecc3c428ca6 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Date: Sun, 18 Jan 2026 07:42:57 +0100 Subject: [PATCH] [doc] Update files about Android CI Signed-off-by: Jean-Baptiste --- .github/workflows/android-check.yaml | 3 --- README.md | 4 ++-- docs/WORFLOWS.md | 12 ++++++------ 3 files changed, 8 insertions(+), 11 deletions(-) diff --git a/.github/workflows/android-check.yaml b/.github/workflows/android-check.yaml index c7df61d29..112500f7a 100644 --- a/.github/workflows/android-check.yaml +++ b/.github/workflows/android-check.yaml @@ -1,9 +1,6 @@ name: Android Check on: workflow_dispatch: # Manual trigger - push: - branches: - - main env: JAVA_HOME: /usr/lib/jvm/temurin-21-jdk-amd64 # Java 21 is required for Android Gradle 8 plugin diff --git a/README.md b/README.md index d7be9e317..d5931e94c 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,8 @@ License - - Android Build Status + + Android Build Status iOS Build Status diff --git a/docs/WORFLOWS.md b/docs/WORFLOWS.md index ff13b1320..fbc2ac939 100644 --- a/docs/WORFLOWS.md +++ b/docs/WORFLOWS.md @@ -1,9 +1,9 @@ # How works CI? -CI Codeberg is limited and cannot be used for now to build regularly apps and executes tests. -To limit regressions, we have enabled temporary Github CI on the [Github Mirror](https://github.com/comaps/comaps) to build Android and IOS app and execute linter each time we sync the mirror. -We use our own server to execute maps generation with a CI Codeberg. +We use our own server to execute our CI on Codeberg. -- [Android CI](https://github.com/comaps/comaps/actions/workflows/android-check.yaml) -- [IOS CI](https://github.com/comaps/comaps/actions/workflows/ios-check.yaml) -- [Maps generation CI](.forgejo/workflows/map-generator.yml) +- [Android CI](https://codeberg.org/comaps/comaps/src/branch/main/.forgejo/workflows/android-check.yaml) +- [iOS CI](https://github.com/comaps/comaps/actions/workflows/ios-check.yaml) +- [Maps generation CI](https://codeberg.org/comaps/comaps/src/branch/main/.forgejo/workflows/map-generator.yml) + +We are not able for now to execute iOS CI on our server, to limit regressions we have enabled Github CI on the [Github Mirror](https://github.com/comaps/comaps) to build the iOS app each time we sync the mirror.