PumpenSteuerung/.gitlab-ci.yml

19 lines
299 B
YAML

image: nikolaik/python-nodejs:python3.9-nodejs15-slim
stages:
- build
cache:
paths:
- "~/.platformio"
before_script:
- "pip install -U platformio"
- "platformio update"
build:
stage: build
script: "platformio run -e esp12e"
artifacts:
paths:
- .pio/build/esp12e/*.bin