Skip to content

Commit

Permalink
Generate/save the file system for each image.
Browse files Browse the repository at this point in the history
  • Loading branch information
henrygab committed Dec 20, 2021
1 parent 72acd3a commit 390fbc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,4 @@ jobs:
path: |
.pio/build/*/firmware.bin
.pio/build/*/firmware.elf
.pio/build/*/littlefs.bin
3 changes: 2 additions & 1 deletion ci/build-platformio.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ pio platform install "espressif8266"
# Compile project
if [[ ! -v FIB_PRODUCT ]]; then
pio run
pio run --target buildfs
else
pio run --environment ${FIB_PRODUCT}
pio run --target buildfs --environment ${FIB_PRODUCT}
fi

0 comments on commit 390fbc0

Please sign in to comment.