This commit is contained in:
parent
f75e496a31
commit
fe2d427d01
1 changed files with 8 additions and 8 deletions
16
.drone.yml
16
.drone.yml
|
@ -7,14 +7,6 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
|
|
||||||
- name: build firmware
|
|
||||||
image: python:3.6
|
|
||||||
commands:
|
|
||||||
- cd firmware
|
|
||||||
- "pip install -U platformio"
|
|
||||||
- "platformio run --environment esp32"
|
|
||||||
- cp .pio/build/esp32/firmware.bin firmware-esp32.bin
|
|
||||||
|
|
||||||
- name: extract keystore
|
- name: extract keystore
|
||||||
image: alpine
|
image: alpine
|
||||||
commands:
|
commands:
|
||||||
|
@ -23,6 +15,14 @@ steps:
|
||||||
ANDROID_RELEASE_KEYSTORE:
|
ANDROID_RELEASE_KEYSTORE:
|
||||||
from_secret: android-release-keystore
|
from_secret: android-release-keystore
|
||||||
|
|
||||||
|
- name: build firmware
|
||||||
|
image: python:3.6
|
||||||
|
commands:
|
||||||
|
- cd firmware
|
||||||
|
- "pip install -U platformio"
|
||||||
|
- "platformio run --environment esp32"
|
||||||
|
- cp .pio/build/esp32/firmware.bin firmware-esp32.bin
|
||||||
|
|
||||||
- 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