File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ pio_zip_archive_path="dist/framework-arduinoespressif32-$TARGET-$idf_version_str
10
10
mkdir -p dist && rm -rf " $archive_path " " $build_archive_path "
11
11
12
12
cd out
13
- echo " Creating PlatformIO Tasmota framework-arduinoespressif32 "
13
+ echo " Copying built MCU libs to framework"
14
14
mkdir -p arduino-esp32/cores/esp32
15
15
mkdir -p arduino-esp32/tools/partitions
16
16
cp -rf ../components/arduino/tools arduino-esp32
@@ -61,8 +61,11 @@ mv arduino-esp32/ framework-arduinoespressif32/
61
61
cd framework-arduinoespressif32/libraries
62
62
rm -rf ** /examples
63
63
cd ../tools/esp32-arduino-libs
64
- # rm -rf **/flags
64
+ rm -rf ** /flags
65
65
cd ../../../
66
- # If the framework is needed as tar.gz uncomment next line
67
- # tar --exclude=.* -zcf ../$pio_archive_path framework-arduinoespressif32/
68
- 7z a -mx=9 -tzip -xr' !.*' ../$pio_zip_archive_path framework-arduinoespressif32/
66
+
67
+
68
+ if [[ -z " $GITHUB_ACTIONS " ]]; then
69
+ echo " Creating PlatformIO Tasmota framework-arduinoespressif32"
70
+ 7z a -mx=9 -tzip -xr' !.*' ../$pio_zip_archive_path framework-arduinoespressif32/
71
+ fi
You can’t perform that action at this time.
0 commit comments