Add workflows
Build a3270 APK / Build Android APK (push) Failing after 46s

This commit is contained in:
2026-08-20 18:39:38 -04:00
parent b4a5dbbde1
commit 27bf1c835c
2 changed files with 57 additions and 0 deletions
+10
View File
@@ -9,6 +9,16 @@ An Android TN3270 terminal emulator based on `lib3270j` / `j3270`, built with Je
`a3270` relies on the shared 3270 protocol library (`lib3270j`) provided by the `j3270` repository.
## CI/CD & Automated Builds
Automated CI/CD is configured using Gitea Actions (`.gitea/workflows/build.yml`). On every push to `main` or pull request, the workflow automatically:
1. Clones `a3270` and `j3270` (`lib3270j`).
2. Configures JDK 21 and the Android SDK.
3. Builds the debug APK (`a3270-debug.apk`).
4. Uploads the resulting APK as a downloadable workflow artifact (`a3270-debug`).
You can download pre-built APKs directly from the **Actions** tab of the repository on Gitea.
## Prerequisites
- **Java Development Kit (JDK)**: JDK 17 or JDK 21