new podman-based pipeline

pull/112/head
Alya Sirko 2022-09-09 18:22:29 +03:00
parent 2eab762cae
commit 68ac4d414b
1 changed files with 8 additions and 2 deletions

View File

@ -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