Fix CI due to platformio bug

This commit is contained in:
2021-09-06 23:59:39 -04:00
parent 7e59cd49e8
commit 647f95df91

View File

@@ -14,6 +14,9 @@ main_mcu:
- cd firmware/main_mcu/ - cd firmware/main_mcu/
- cp src/config-example.h src/config.h - cp src/config-example.h src/config.h
- pio run -e button-debug -e button-release -e button-debug -e button-timing - pio run -e button-debug -e button-release -e button-debug -e button-timing
# Manually install native platform due to:
# https://github.com/platformio/platformio-core/issues/3901
- pio platform install native
- pio test -e native - pio test -e native
lowpower_mcu: lowpower_mcu:
stage: build stage: build