Add gitlab ci

master
Dorian Zedler 2021-05-09 20:52:01 +02:00
parent 2926c431a2
commit 9c8e7f9a17
Signed by: dozedler
GPG Key ID: 989DE36109AFA354
1 changed files with 13 additions and 0 deletions

13
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,13 @@
image: python:3.6
stages:
- build
before_script:
- "cd firmware"
- "pip install -U platformio"
# - "cp ampel-firmware/config.public.h ampel-firmware/config.h"
job:
stage: build
script: "platformio run"