cba2b0fe86
# Conflicts: # .gitlab-ci.yml
10 lines
184 B
YAML
10 lines
184 B
YAML
image: python:3.6
|
|
|
|
stages:
|
|
- build
|
|
|
|
job:
|
|
stage: build
|
|
script: "platformio run"
|
|
- "pip install -U platformio"
|
|
- "cp ampel-firmware/config.public.h ampel-firmware/config.h"
|