[PR #577] [MERGED] Automatically test and build app #1461

Closed
opened 2026-04-24 23:58:38 +02:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf-app/pull/577
Author: @lkiesow
Created: 2/12/2023
Status: Merged
Merged: 2/12/2023
Merged by: @advplyr

Base: masterHead: auto-build


📝 Commits (1)

  • 127bf7d Automatic test and build app

📊 Changes

2 files changed (+42 additions, -0 deletions)

View changed files

.github/workflows/build-apk.yml (+42 -0)
📝 android/gradlew (+0 -0)

📄 Description

This patch adds a GitHub Actions workflow which will automatically run through all steps to build the Android version of the app. This is an easy way of catching major build errors in pull requests or pushed commits.

Additionally, this uploads the Android APK as build artifact. This allows anyone to easily download any build for a while. That will make it much easier for non-developers to participate in testing a new version or a specific test since the no longer have to wait for a new release.

The build artifacts are a bit tricky to find, but they are easy to point out if anyone asks.


🔄 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/advplyr/audiobookshelf-app/pull/577 **Author:** [@lkiesow](https://github.com/lkiesow) **Created:** 2/12/2023 **Status:** ✅ Merged **Merged:** 2/12/2023 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `auto-build` --- ### 📝 Commits (1) - [`127bf7d`](https://github.com/advplyr/audiobookshelf-app/commit/127bf7d4e0740c1e5157e989f1b2233b2e2a2586) Automatic test and build app ### 📊 Changes **2 files changed** (+42 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/build-apk.yml` (+42 -0) 📝 `android/gradlew` (+0 -0) </details> ### 📄 Description This patch adds a GitHub Actions workflow which will automatically run through all steps to build the Android version of the app. This is an easy way of catching major build errors in pull requests or pushed commits. Additionally, this uploads the Android APK as build artifact. This allows anyone to easily download any build for a while. That will make it much easier for non-developers to participate in testing a new version or a specific test since the no longer have to wait for a new release. The build artifacts are a bit tricky to find, but they are easy to point out if anyone asks. <img src="https://user-images.githubusercontent.com/1008395/218286752-06c2bc85-9e85-48b2-b65a-14f692e562ea.png" width="300px" /> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-04-24 23:58:38 +02:00
adam closed this issue 2026-04-24 23:58:39 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf-app#1461