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
|
- build
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
|
- cd firmware
|
||||||
- pip install -U platformio
|
- pip install -U platformio
|
||||||
- pio update
|
- pio update
|
||||||
|
|
||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
|
- pwd
|
||||||
- pio run
|
- pio run
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- .pio/build/robotroller/firmware.elf
|
- firmware/.pio/build/robotroller_reborn/firmware.elf
|
||||||
- .pio/build/robotroller/firmware.bin
|
- firmware/.pio/build/robotroller_reborn/firmware.bin
|
||||||
expire_in: 1 week
|
expire_in: 1 week
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue