[PR #71] [MERGED] [core] Add GitHub Action for iOS and Android #75

Closed
opened 2025-10-31 16:56:49 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/feeddeck/feeddeck/pull/71
Author: @ricoberger
Created: 11/24/2023
Status: Merged
Merged: 11/24/2023
Merged by: @ricoberger

Base: mainHead: core-add-github-action-for-ios-and-android


📝 Commits (1)

  • 0f57805 [core] Add GitHub Action for iOS and Android

📊 Changes

2 files changed (+70 additions, -2 deletions)

View changed files

📝 .github/workflows/continuous-delivery.yaml (+64 -0)
📝 app/android/app/build.gradle (+6 -2)

📄 Description

This commit adds 2 new jobs to the existing "Continuous Delivery" GitHub Action to test the build of the iOS and Android app.

For this we also had to adjust the "build.gradle" file for the Android app, so that the test build in the GitHub Action is signed with dummy credentials, since we do not provide the keystore properties.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/feeddeck/feeddeck/pull/71 **Author:** [@ricoberger](https://github.com/ricoberger) **Created:** 11/24/2023 **Status:** ✅ Merged **Merged:** 11/24/2023 **Merged by:** [@ricoberger](https://github.com/ricoberger) **Base:** `main` ← **Head:** `core-add-github-action-for-ios-and-android` --- ### 📝 Commits (1) - [`0f57805`](https://github.com/feeddeck/feeddeck/commit/0f5780531426d0fb66b14479bcb8539624c9c73d) [core] Add GitHub Action for iOS and Android ### 📊 Changes **2 files changed** (+70 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/continuous-delivery.yaml` (+64 -0) 📝 `app/android/app/build.gradle` (+6 -2) </details> ### 📄 Description This commit adds 2 new jobs to the existing "Continuous Delivery" GitHub Action to test the build of the iOS and Android app. For this we also had to adjust the "build.gradle" file for the Android app, so that the test build in the GitHub Action is signed with dummy credentials, since we do not provide the keystore properties. <!-- Keep PR title verbose enough and add prefix telling about what source it touches e.g "[rss] Add feature xyz" or if the the PR is not realated to a source use "[core]", e.g. "[core] Fix xyz". If you add a breaking change within your PR you should add ":warning:" to the title, e.g. ":warning: [core] My breaking change" --> <!-- Description of what have been changed. Please also reference an issue, when available. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-10-31 16:56:49 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/feeddeck#75