GitHub Action
AppBrickie
AppBrickie - Your Friendly App Builder Action.
Automate your android builds and get your APK delivered to you on Telegram Groups, Chat, Channels, any of them!
- Get your APK delivered to you on telegram with just a push of commit!
- Automated Android APK Builds.
- Unit Tests on Android Builds.
- Forget wires, patches and building pull requests manually!
Step 1: Add the following yaml file as build.yml in .github/workflows folder of your app repository.
name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
name: App Brickie
steps:
- uses: actions/checkout@v2
- name: AppBrickie
id: appBrickieBuild
uses: DarthBenro008/app-brickie@v2.0
with:
type: "native"
chatid: "Your Unique ID Goes here"
packagename: "Your App Name Goes Here"
- name: Get Automated Result
run: echo "${{ steps.appBrickieBuild.outputs.result }}"
name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
name: App Brickie
steps:
- uses: actions/checkout@v2
- name: AppBrickie
id: appBrickieBuild
uses: DarthBenro008/app-brickie@v2.0
with:
type: "flutter"
abi: "YOUR TARGET API" #Defaults to FAT APK
chatid: "Your Unique ID Goes here"
packagename: "Your App Name Goes Here"
- name: Get Automated Result
run: echo "${{ steps.appBrickieBuild.outputs.result }}"
Checkout the WIKI Page for more detailed instructions!
Step 2 : Go To @AppBrickieBot on Telegram to generate your unique id.
Step 3: Replace your UniqueID from the bot in the YAML File above besides chatid in quotes for eg:
chatid: "qwerty12345"
For Flutter Builds :
Specify the abi type you want to build, if you dont specify any by default it will build Fat APK.
ABI Type | Code |
---|---|
armeabi-v7a | abi: "armabi-v7a" |
arm64-v8a | abi: "arm64-v8a" |
x86_64 | abi: "x86_64" |
Default | FAT APK |
You can rename the app file name, by default its set to app-debug.apk, but to change that, add an input of packagename: "< YOUR APP NAME >"
Eg:
packagename: "myapp"
Step 4: Sit back and enjoy :D, get your build delivered to you on telegram automatically when a pull request or commit is created on master branch!
- Firebase apps build
- Custom Key Signing
- React Native Build Support
You automatically agree to accept the default android-sdk license by using this github action. For more info refer Android SDK T&C
👨💻 Hemanth Krishna @DarthBenro008
Give a ⭐ if this project made your life easy!
Spread the word to your App Developer fellows to make thier life easier too!
- Feel Free to Open a PR/Issue for any feature or bug(s).
- Make sure you follow the community guidelines!
- Feel free to open an issue to ask a question/discuss anything about AppBrickie.
- Have a feature request? Open an Issue!
Copyright 2020 Hemanth Krishna
Licensed under MIT License : https://opensource.org/licenses/MIT