WIP: CI/CD build apk #5

Draft
ange wants to merge 5 commits from apkbuild into dev
Showing only changes of commit 1d6f921877 - 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