Commit 3ad1624e authored by Eric Duminil's avatar Eric Duminil
Browse files

Try to get compiled firmware, possibly for online update

parent 3a2e4f1c
Pipeline #5926 failed
...@@ -10,3 +10,8 @@ before_script: ...@@ -10,3 +10,8 @@ before_script:
job: job:
stage: build stage: build
script: "platformio run" script: "platformio run"
artifacts:
paths:
- .pio/build/esp32/firmware.bin
- .pio/build/esp8266/firmware.bin
expire_in: 0
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment