This commit is contained in:
2018-09-17 22:54:12 +02:00
parent ba7b1f3dde
commit 0852c2cf96
2 changed files with 31 additions and 14 deletions

19
.gitlab-ci.yml Normal file
View File

@@ -0,0 +1,19 @@
image: python:2.7-stretch
stages:
- test
- build
before_script:
- "pip install -U platformio"
firmware-build:
stage: build
image: python:2.7-stretch
script:
- pio run -t clean
- pio run
artifacts:
paths:
- .pioenvs/*/firmware.*
- .pioenvs/*/spiffs.bin