mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-01 18:29:56 +00:00
10 lines
219 B
Bash
Executable File
10 lines
219 B
Bash
Executable File
#!/usr/bin/bash
|
|
export PLATFORMIO_LIBDEPS_DIR=pio/libdeps
|
|
export PLATFORMIO_PACKAGES_DIR=pio/packages
|
|
|
|
# Download libraries to `libdeps`
|
|
platformio pkg install -e native
|
|
|
|
# Build the source deb
|
|
debuild -S -k$GPG_KEY_ID
|