mirror of
https://github.com/meshtastic/firmware.git
synced 2025-05-08 14:30:28 +00:00
Hide pio folder in a tarball to preserve .git folders
This commit is contained in:
parent
2396aa77ca
commit
7f280dd556
1
debian/ci_pack_sdeb.sh
vendored
1
debian/ci_pack_sdeb.sh
vendored
@ -6,6 +6,7 @@ export PLATFORMIO_CORE_DIR=pio/core
|
|||||||
|
|
||||||
# Download libraries to `libdeps`
|
# Download libraries to `libdeps`
|
||||||
platformio pkg install -e native
|
platformio pkg install -e native
|
||||||
|
tar -cf pio.tar pio/
|
||||||
|
|
||||||
package=$(dpkg-parsechangelog --show-field Source)
|
package=$(dpkg-parsechangelog --show-field Source)
|
||||||
|
|
||||||
|
1
debian/rules
vendored
1
debian/rules
vendored
@ -13,6 +13,7 @@ PIO_ENV:=\
|
|||||||
|
|
||||||
override_dh_auto_build:
|
override_dh_auto_build:
|
||||||
# Build with platformio
|
# Build with platformio
|
||||||
|
tar -xf pio.tar
|
||||||
$(PIO_ENV) platformio run -e native
|
$(PIO_ENV) platformio run -e native
|
||||||
# Move the binary and default config to the correct name
|
# Move the binary and default config to the correct name
|
||||||
mv .pio/build/native/program .pio/build/native/meshtasticd
|
mv .pio/build/native/program .pio/build/native/meshtasticd
|
||||||
|
Loading…
Reference in New Issue
Block a user