This commit is contained in:
2018-09-24 13:58:33 +02:00
parent 10a28be2c1
commit e2a4612029

View File

@@ -9,6 +9,8 @@ stages:
firmware:
stage: build
image: python:2.7-stretch
cache:
- .pioenvs/build
before_script:
- pip install -U platformio
script:
@@ -19,6 +21,8 @@ firmware:
release:
stage: production
cache:
- .pioenvs/build
script:
- mkdir release
- mv .pioenvs/build/firmware.bin release