Skip to content

Commit 390fbc0

Browse files
committed
Generate/save the file system for each image.
1 parent 72acd3a commit 390fbc0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,4 @@ jobs:
4646
path: |
4747
.pio/build/*/firmware.bin
4848
.pio/build/*/firmware.elf
49+
.pio/build/*/littlefs.bin

ci/build-platformio.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ pio platform install "espressif8266"
1717
# Compile project
1818
if [[ ! -v FIB_PRODUCT ]]; then
1919
pio run
20+
pio run --target buildfs
2021
else
2122
pio run --environment ${FIB_PRODUCT}
23+
pio run --target buildfs --environment ${FIB_PRODUCT}
2224
fi
23-

0 commit comments

Comments
 (0)