mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-01-10 10:00:00 +00:00
new podman-based pipeline
This commit is contained in:
parent
95c3a6418c
commit
586e19469f
2
ci.sh
2
ci.sh
|
@ -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"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue