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