mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-03-14 02:34:07 +00:00
new podman-based pipeline
This commit is contained in:
parent
58eedf562e
commit
2eab762cae
1 changed files with 8 additions and 1 deletions
9
ci.sh
9
ci.sh
|
@ -54,31 +54,38 @@ while true; do
|
|||
case "$1" in
|
||||
--build-linux )
|
||||
build_linux
|
||||
shift
|
||||
;;
|
||||
--build-apk )
|
||||
build_apk
|
||||
shift
|
||||
;;
|
||||
--sign-apk-standalone )
|
||||
sign_apk_standalone
|
||||
shift
|
||||
;;
|
||||
--sign-apk-fdroid )
|
||||
sign_apk_fdroid
|
||||
shift
|
||||
;;
|
||||
--package-linux-appimage )
|
||||
package_linux_appimage
|
||||
shift
|
||||
;;
|
||||
--package-linux-flatpak )
|
||||
package_linux_flatpak
|
||||
shift
|
||||
;;
|
||||
--package-linux-archive )
|
||||
package_linux_archive
|
||||
shift
|
||||
;;
|
||||
-- )
|
||||
shift
|
||||
break
|
||||
;;
|
||||
*)
|
||||
usage
|
||||
;;
|
||||
esac
|
||||
shift
|
||||
done
|
||||
|
|
Loading…
Add table
Reference in a new issue