Compare commits
No commits in common. "apkbuild" and "dev" have entirely different histories.
@ -1,15 +0,0 @@
|
|||||||
on:
|
|
||||||
push:
|
|
||||||
#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: flutter build apk
|
|
@ -1,5 +0,0 @@
|
|||||||
#!/bin/bash -e
|
|
||||||
|
|
||||||
IMG=git.gmoker.com/icing/flutter:main
|
|
||||||
|
|
||||||
docker run --rm -v "$PWD:/app/" "$IMG" build apk
|
|
@ -1,5 +0,0 @@
|
|||||||
#!/bin/bash -e
|
|
||||||
|
|
||||||
IMG=git.gmoker.com/icing/flutter:main
|
|
||||||
|
|
||||||
docker run --rm -p 5037:5037 -v "$PWD:/app/" "$IMG" run
|
|
Loading…
Reference in New Issue
Block a user