first init of 0_2_2
This commit is contained in:
parent
cba2b0fe86
commit
243a2f8c09
1 changed files with 13 additions and 0 deletions
13
.gitlab-ci.yml.orig
Normal file
13
.gitlab-ci.yml.orig
Normal file
|
@ -0,0 +1,13 @@
|
|||
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"
|
||||
|
Loading…
Reference in a new issue