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: firmware:
stage: build stage: build
image: python:2.7-stretch image: python:2.7-stretch
cache:
- .pioenvs/build
before_script: before_script:
- pip install -U platformio - pip install -U platformio
script: script:
@@ -19,6 +21,8 @@ firmware:
release: release:
stage: production stage: production
cache:
- .pioenvs/build
script: script:
- mkdir release - mkdir release
- mv .pioenvs/build/firmware.bin release - mv .pioenvs/build/firmware.bin release