mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-01-09 09:31:13 +00:00
appbundle signing doen
This commit is contained in:
parent
4a9bc46a7d
commit
8ec743e953
100
.drone.yml
100
.drone.yml
|
@ -49,23 +49,27 @@ steps:
|
|||
- git config user.email "builder@selfprivacy.org"
|
||||
- git config user.name "Builder"
|
||||
|
||||
# - name: Build Intermediate Linux Release Artifact (Binary)
|
||||
# commands:
|
||||
# - ./ci.py --build-linux
|
||||
# environment:
|
||||
# STANDALONE_KEYSTORE_PASS:
|
||||
# from_secret: STANDALONE_KEYSTORE_PASS
|
||||
# FDROID_KEYSTORE_PASS:
|
||||
# from_secret: FDROID_KEYSTORE_PASS
|
||||
- name: Build Intermediate Linux Release Artifact (Binary)
|
||||
commands:
|
||||
- ./ci.py --build-linux
|
||||
environment:
|
||||
STANDALONE_KEYSTORE_PASS:
|
||||
from_secret: STANDALONE_KEYSTORE_PASS
|
||||
FDROID_KEYSTORE_PASS:
|
||||
from_secret: FDROID_KEYSTORE_PASS
|
||||
GOOGLE_KEYSTORE_PASS:
|
||||
from_secret: GOOGLE_KEYSTORE_PASS
|
||||
|
||||
# - name: Build Intermediate Android Release Artifact (.APK)
|
||||
# commands:
|
||||
# - ./ci.py --build-apk
|
||||
# environment:
|
||||
# STANDALONE_KEYSTORE_PASS:
|
||||
# from_secret: STANDALONE_KEYSTORE_PASS
|
||||
# FDROID_KEYSTORE_PASS:
|
||||
# from_secret: FDROID_KEYSTORE_PASS
|
||||
- name: Build Intermediate Android Release Artifact (.APK)
|
||||
commands:
|
||||
- ./ci.py --build-apk
|
||||
environment:
|
||||
STANDALONE_KEYSTORE_PASS:
|
||||
from_secret: STANDALONE_KEYSTORE_PASS
|
||||
FDROID_KEYSTORE_PASS:
|
||||
from_secret: FDROID_KEYSTORE_PASS
|
||||
GOOGLE_KEYSTORE_PASS:
|
||||
from_secret: GOOGLE_KEYSTORE_PASS
|
||||
|
||||
- name: Build and Sign Android Release Artifact (Bundle)
|
||||
commands:
|
||||
|
@ -78,41 +82,45 @@ steps:
|
|||
GOOGLE_KEYSTORE_PASS:
|
||||
from_secret: GOOGLE_KEYSTORE_PASS
|
||||
|
||||
# - name: Sign Android Release Artifact (.APK) for Standalone Use
|
||||
# commands:
|
||||
# - ./ci.py --sign-apk-standalone
|
||||
# environment:
|
||||
# STANDALONE_KEYSTORE_PASS:
|
||||
# from_secret: STANDALONE_KEYSTORE_PASS
|
||||
# FDROID_KEYSTORE_PASS:
|
||||
# from_secret: FDROID_KEYSTORE_PASS
|
||||
- name: Sign Android Release Artifact (.APK) for Standalone Use
|
||||
commands:
|
||||
- ./ci.py --sign-apk-standalone
|
||||
environment:
|
||||
STANDALONE_KEYSTORE_PASS:
|
||||
from_secret: STANDALONE_KEYSTORE_PASS
|
||||
FDROID_KEYSTORE_PASS:
|
||||
from_secret: FDROID_KEYSTORE_PASS
|
||||
GOOGLE_KEYSTORE_PASS:
|
||||
from_secret: GOOGLE_KEYSTORE_PASS
|
||||
|
||||
# - name: Sign Android Release Artifact (.APK) for F-Droid Repository
|
||||
# commands:
|
||||
# - ./ci.py --sign-apk-fdroid
|
||||
# environment:
|
||||
# STANDALONE_KEYSTORE_PASS:
|
||||
# from_secret: STANDALONE_KEYSTORE_PASS
|
||||
# FDROID_KEYSTORE_PASS:
|
||||
# from_secret: FDROID_KEYSTORE_PASS
|
||||
- name: Sign Android Release Artifact (.APK) for F-Droid Repository
|
||||
commands:
|
||||
- ./ci.py --sign-apk-fdroid
|
||||
environment:
|
||||
STANDALONE_KEYSTORE_PASS:
|
||||
from_secret: STANDALONE_KEYSTORE_PASS
|
||||
FDROID_KEYSTORE_PASS:
|
||||
from_secret: FDROID_KEYSTORE_PASS
|
||||
GOOGLE_KEYSTORE_PASS:
|
||||
from_secret: GOOGLE_KEYSTORE_PASS
|
||||
|
||||
# - name: Package Linux AppImage Artifact
|
||||
# commands:
|
||||
# - ./ci.py --package-linux-appimage
|
||||
- name: Package Linux AppImage Artifact
|
||||
commands:
|
||||
- ./ci.py --package-linux-appimage
|
||||
|
||||
# - name: Package Linux Flatpak Artifact
|
||||
# commands:
|
||||
# - ./ci.py --package-linux-flatpak
|
||||
- name: Package Linux Flatpak Artifact
|
||||
commands:
|
||||
- ./ci.py --package-linux-flatpak
|
||||
|
||||
# - name: Package Linux Archive Artifact
|
||||
# commands:
|
||||
# - ./ci.py --package-linux-archive
|
||||
- name: Package Linux Archive Artifact
|
||||
commands:
|
||||
- ./ci.py --package-linux-archive
|
||||
|
||||
# - name: Push Artifacts to the Release Volume
|
||||
# commands:
|
||||
# - git add -v *.AppImage *.AppImage.zsync *.flatpak *.apk *.apk.idsig *.tar.zstd
|
||||
# - git commit -m Release
|
||||
# - git archive --format=tar HEAD | podman volume import release -
|
||||
- name: Push Artifacts to the Release Volume
|
||||
commands:
|
||||
- git add -v *.AppImage *.AppImage.zsync *.flatpak *.apk *.apk.idsig *.tar.zstd
|
||||
- git commit -m Release
|
||||
- git archive --format=tar HEAD | podman volume import release -
|
||||
|
||||
trigger:
|
||||
event:
|
||||
|
|
Loading…
Reference in a new issue