Files
iotbutton/.gitlab-ci.yml
2021-02-27 16:37:22 +00:00

21 lines
296 B
YAML

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