Save pico firmware as an artifact
In the future, we could put this on the build server.
This commit is contained in:
parent
d9e7c1429a
commit
4a8481a2d3
1 changed files with 8 additions and 2 deletions
|
|
@ -15,6 +15,12 @@ stages:
|
|||
before_script:
|
||||
- "pip install -U platformio"
|
||||
|
||||
job:
|
||||
build:
|
||||
stage: build
|
||||
script: "pio run -e nano -e leonardo -e pico -e bluepill -e esp32"
|
||||
script:
|
||||
- "pio run -e nano -e leonardo -e pico -e bluepill -e esp32"
|
||||
- mkdir -p builds
|
||||
- cp .pio/build/pico/firmware.uf2 builds/
|
||||
artifacts:
|
||||
paths:
|
||||
- builds/*
|
||||
Loading…
Add table
Add a link
Reference in a new issue