mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-01-09 09:31:13 +00:00
new podman-based pipeline
This commit is contained in:
parent
033e2e4aca
commit
deed3a04e9
4
ci.sh
4
ci.sh
|
@ -19,12 +19,12 @@ podman_online () {
|
|||
|
||||
build_linux () {
|
||||
podman_offline "/var/lib/builder/src" "flutter pub get --offline"
|
||||
podman_offline "/var/lib/builder/src" "flutter build linux"
|
||||
podman_offline "/var/lib/builder/src" "flutter build linux -v"
|
||||
}
|
||||
|
||||
build_apk () {
|
||||
podman_offline "/var/lib/builder/src" "flutter pub get --offline"
|
||||
podman_offline "/var/lib/builder/src" "flutter build apk"
|
||||
podman_offline "/var/lib/builder/src" "flutter build apk -v"
|
||||
}
|
||||
|
||||
sign_apk_standalone () {
|
||||
|
|
Loading…
Reference in a new issue