Skip to content

Commit 7045780

Browse files
LukaswndLukaswnd
authored andcommitted
fix not existing files
1 parent 10e7e9e commit 7045780

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

tools/archive-build.sh

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if [ -d "out" ]; then
1313
cd out && tar zcf "../$archive_path" * && cd ..
1414
fi
1515

16-
16+
cd out
1717
echo "Creating PlatformIO Tasmota framework-arduinoespressif32"
1818
mkdir -p arduino-esp32/cores/esp32
1919
mkdir -p arduino-esp32/tools/partitions
@@ -41,11 +41,7 @@ cp ../package.json arduino-esp32/package.json
4141
cp ../core_version.h arduino-esp32/cores/esp32/core_version.h
4242
cp -rf arduino-esp32/tools/esp32-arduino-libs framework-arduinoespressif32-libs/
4343
cp -rf arduino-esp32/ framework-arduinoespressif32/
44-
cd framework-arduinoespressif32/libraries
45-
rm -rf **/examples
46-
cd ../tools/esp32-arduino-libs
47-
rm -rf **/flags
48-
cd ../../../
44+
4945
# If the framework is needed as tar.gz uncomment next line
5046
# tar --exclude=.* -zcf ../$pio_archive_path framework-arduinoespressif32/
5147
7z a -mx=9 -tzip -xr'!.*' ../$pio_zip_archive_path framework-arduinoespressif32/

tools/prepare-ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
22

3-
sudo apt update && sudo apt install -y git wget curl libssl-dev libncurses-dev flex bison gperf python3 cmake ninja-build ccache
3+
sudo apt update && sudo apt install -y git wget curl libssl-dev libncurses-dev flex bison gperf python3 cmake ninja-build ccache p7zip-ful
44
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && python3 get-pip.py && \
55
pip3 install setuptools pyserial click future wheel cryptography pyparsing pyelftools

0 commit comments

Comments
 (0)