This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user