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 7b26e095e3 - 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