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