This commit is contained in:
parent
7effe1a584
commit
f75e496a31
1 changed files with 8 additions and 0 deletions
|
@ -15,6 +15,14 @@ steps:
|
||||||
- "platformio run --environment esp32"
|
- "platformio run --environment esp32"
|
||||||
- cp .pio/build/esp32/firmware.bin firmware-esp32.bin
|
- cp .pio/build/esp32/firmware.bin firmware-esp32.bin
|
||||||
|
|
||||||
|
- name: extract keystore
|
||||||
|
image: alpine
|
||||||
|
commands:
|
||||||
|
- echo ${ANDROID_RELEASE_KEYSTORE} | base64 --decode > android_release.keystore
|
||||||
|
environment:
|
||||||
|
ANDROID_RELEASE_KEYSTORE:
|
||||||
|
from_secret: android-release-keystore
|
||||||
|
|
||||||
- name: build app
|
- name: build app
|
||||||
image: itsblue.dev/plugins/qt-android:5.15.5-2
|
image: itsblue.dev/plugins/qt-android:5.15.5-2
|
||||||
settings:
|
settings:
|
||||||
|
|
Loading…
Reference in a new issue