Commit 8bf560d4 authored by Käppler's avatar Käppler Committed by Käppler
Browse files

GitLab: Add basic CI (build stage)

parent 8dd70ec1
image: python:3.6
stages:
- build
before_script:
- "pip install -U platformio"
- "cp ampel-firmware/config.public.h ampel-firmware/config.h"
job:
stage: build
script: "platformio run"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment