feat: cicd to build apk
All checks were successful
/ mirror (push) Successful in 4s

This commit is contained in:
ange 2024-11-29 04:13:50 +00:00
parent 13376118c3
commit 14a7703548
Signed by: ange
GPG Key ID: 9E0C4157BB7BEB1D

17
.gitea/workflows/apk.yaml Normal file
View File

@ -0,0 +1,17 @@
on:
push:
branches:
- dev
tags:
- '*'
jobs:
build:
runs-on: debian
defaults:
run:
working-directory: dialer
steps:
- uses: actions/checkout@v1
- run: |
./build.sh # actually doesn't work bc no docker in debian