software/.gitlab-ci.yml

14 lines
215 B
YAML
Raw Normal View History

2021-05-09 18:52:01 +00:00
image: python:3.6
stages:
- build
before_script:
- "cd firmware"
- "pip install -U platformio"
# - "cp ampel-firmware/config.public.h ampel-firmware/config.h"
job:
stage: build
script: "platformio run"