oops - platform IO can have stale target specific builds without this

1.2-legacy
geeksville 2020-05-01 16:34:16 -07:00
rodzic 4f7a25f562
commit cfd6483ea5
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -39,6 +39,9 @@ function do_build {
cp $SRCELF $OUTDIR/elfs/firmware-$ENV_NAME-$COUNTRY-$VERSION.elf
}
# Important to pull latest version of libs into all device flavors, otherwise some devices might be stale
platformio lib update
for COUNTRY in $COUNTRIES; do
for BOARD in $BOARDS; do
do_build $BOARD