This commit is contained in:
parent
13376118c3
commit
14a7703548
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