WIP: CI/CD build apk #5

Draft
ange wants to merge 5 commits from apkbuild into dev
Showing only changes of commit 5c93cc035f - Show all commits

View File

@ -1,15 +1,15 @@
on:
push:
paths:
- dialer/**
#paths:
# - dialer/**
jobs:
build:
runs-on: debian
container: git.gmoker.com/icing/flutter:main
defaults:
run:
working-directory: dialer
steps:
- uses: actions/checkout@v1
- run: |
./build.sh # actually doesn't work bc no docker in debian
- run: flutter build apk