mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2024-11-16 21:53:17 +00:00
new podman-based pipeline
This commit is contained in:
parent
2eab762cae
commit
68ac4d414b
10
.drone.yml
10
.drone.yml
|
@ -25,16 +25,22 @@ steps:
|
|||
|
||||
- name: Build Intermediate Linux Release Artifact (Binary)
|
||||
commands:
|
||||
- ./ci.sh --build-linux
|
||||
- bash ci.sh --build-linux
|
||||
environment:
|
||||
STANDALONE_KEYSTORE_PASS:
|
||||
from_secret: STANDALONE_KEYSTORE_PASS
|
||||
FDROID_KEYSTORE_PASS:
|
||||
from_secret: FDROID_KEYSTORE_PASS
|
||||
|
||||
- name: Debug
|
||||
commands:
|
||||
- ls -la
|
||||
- cat ci.sh
|
||||
- bash ci.sh
|
||||
|
||||
- name: Build Intermediate Android Release Artifact (.APK)
|
||||
commands:
|
||||
- ./ci.sh --build-apk
|
||||
- bash ci.sh --build-apk
|
||||
environment:
|
||||
STANDALONE_KEYSTORE_PASS:
|
||||
from_secret: STANDALONE_KEYSTORE_PASS
|
||||
|
|
Loading…
Reference in a new issue