Skip to content

Commit 798f4b0

Browse files
authored
Update build.sh
1 parent 6e0e6c8 commit 798f4b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@ echo "#define ARDUINO_ESP32_GIT_VER 0x$AR_Commit_short
287287
#define ARDUINO_ESP32_RELEASE_$AR_VERSION_UNDERSCORE
288288
#define ARDUINO_ESP32_RELEASE \"$AR_VERSION_UNDERSCORE\"" >> "$AR_ROOT/core_version.h"
289289

290+
# archive the build
290291
if [ $ARCHIVE_OUT -eq 1 ]; then
291292
./tools/archive-build.sh "$TARGET"
292293
if [ $? -ne 0 ]; then exit 1; fi

0 commit comments

Comments
 (0)