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:
parent
00d55a0b35
commit
513cb454b0
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue