feat: cicd to build apk
This commit is contained in:
parent
09c5116845
commit
1d6f921877
17
.gitea/workflows/apk.yaml
Normal file
17
.gitea/workflows/apk.yaml
Normal 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
|
Loading…
Reference in New Issue
Block a user