CI/CD build apk #5

Merged
stcb merged 15 commits from apkbuild into dev 2025-02-17 09:29:24 +00:00
Showing only changes of commit 0d58e600be - Show all commits

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