software/.gitlab-ci.yml

11 lines
184 B
YAML
Raw Normal View History

2021-05-09 18:52:01 +00:00
image: python:3.6
stages:
- build
2021-11-15 12:45:36 +00:00
job:
2021-05-09 18:52:01 +00:00
stage: build
2021-11-15 12:45:36 +00:00
script: "platformio run"
2021-05-10 16:56:02 +00:00
- "pip install -U platformio"
- "cp ampel-firmware/config.public.h ampel-firmware/config.h"