Commit 2d91fa20 authored by Käppler's avatar Käppler
Browse files

GitLab: Add basic CI (build stage)

parent 8dd70ec1
Pipeline #2707 failed with stage
in 1 minute and 4 seconds
image: python:2.7
stages:
- build
before_script:
- "pip install -U platformio"
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