This commit is contained in:
2021-02-27 16:37:22 +00:00
parent e505dc4b50
commit 5b0280220e
3 changed files with 50 additions and 0 deletions

20
.gitlab-ci.yml Normal file
View File

@@ -0,0 +1,20 @@
image: python:3.8
stages:
- build
before_script:
- "pip install -U platformio"
main_mcu:
stage: build
script:
- cd firmware/main_mcu/
- cp src/config-example.h src/config.h
- pio run
lowpower_mcu:
stage: build
script:
- cd firmware/lowpower_mcu/
- pio run