ADD: CI + Stable rotations (without shunt resistors)

FIX: file CI

FIX2: Fixing the CI/CD pipeline for the firmware

FIX:2
This commit is contained in:
vanyabeat 2024-03-11 21:00:05 +03:00
parent 00d55a0b35
commit 513cb454b0

View file

@ -4,15 +4,17 @@ stages:
- build
before_script:
- cd firmware
- pip install -U platformio
- pio update
build:
stage: build
script:
- pwd
- pio run
artifacts:
paths:
- .pio/build/robotroller/firmware.elf
- .pio/build/robotroller/firmware.bin
- firmware/.pio/build/robotroller_reborn/firmware.elf
- firmware/.pio/build/robotroller_reborn/firmware.bin
expire_in: 1 week