new podman-based pipeline

pull/112/head
Alya Sirko 2022-09-09 17:51:37 +03:00
parent 95c3a6418c
commit 586e19469f
1 changed files with 2 additions and 0 deletions

2
ci.sh
View File

@ -18,10 +18,12 @@ podman_online () {
}
build_linux () {
podman_offline "/var/lib/builder/src" "flutter pub get --offline"
podman_offline "/var/lib/builder/src" "flutter build linux"
}
build_apk () {
podman_offline "/var/lib/builder/src" "flutter pub get --offline"
podman_offline "/var/lib/builder/src" "flutter build apk"
}