Merge branch 'master' of https://git.makerlab-murnau.de/co2-ampel/software
# Conflicts: # .gitlab-ci.yml
This commit is contained in:
commit
cba2b0fe86
1 changed files with 2 additions and 4 deletions
|
@ -3,10 +3,8 @@ image: python:3.6
|
||||||
stages:
|
stages:
|
||||||
- build
|
- build
|
||||||
|
|
||||||
before_script:
|
|
||||||
- "pip install -U platformio"
|
|
||||||
- "cp ampel-firmware/config.public.h ampel-firmware/config.h"
|
|
||||||
|
|
||||||
job:
|
job:
|
||||||
stage: build
|
stage: build
|
||||||
script: "platformio run"
|
script: "platformio run"
|
||||||
|
- "pip install -U platformio"
|
||||||
|
- "cp ampel-firmware/config.public.h ampel-firmware/config.h"
|
||||||
|
|
Loading…
Reference in a new issue