mirror of
https://github.com/meshtastic/firmware.git
synced 2025-09-03 18:23:48 +00:00
Merge branch 'master' into parallel-gpiochip-support
This commit is contained in:
commit
3c81d8ed75
10
.github/workflows/main_matrix.yml
vendored
10
.github/workflows/main_matrix.yml
vendored
@ -128,16 +128,6 @@ jobs:
|
||||
with:
|
||||
board: ${{ matrix.board }}
|
||||
|
||||
package-ppa:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
series: [plucky, oracular, noble, jammy]
|
||||
uses: ./.github/workflows/package_ppa.yml
|
||||
with:
|
||||
series: ${{ matrix.series }}
|
||||
secrets: inherit
|
||||
|
||||
package-raspbian:
|
||||
uses: ./.github/workflows/package_raspbian.yml
|
||||
|
||||
|
5
debian/ci_pack_sdeb.sh
vendored
5
debian/ci_pack_sdeb.sh
vendored
@ -6,6 +6,9 @@ export PLATFORMIO_CORE_DIR=pio/core
|
||||
|
||||
# Download libraries to `libdeps`
|
||||
platformio pkg install -e native
|
||||
platformio pkg install -t tool-scons -e native
|
||||
tar -cf pio.tar pio/
|
||||
rm -rf pio
|
||||
|
||||
package=$(dpkg-parsechangelog --show-field Source)
|
||||
|
||||
@ -14,4 +17,4 @@ dch --create --distribution $SERIES --package $package --newversion $PKG_VERSION
|
||||
"GitHub Actions Automatic packaging for $PKG_VERSION~$SERIES"
|
||||
|
||||
# Build the source deb
|
||||
debuild -S -k$GPG_KEY_ID
|
||||
debuild -S -nc -k$GPG_KEY_ID
|
||||
|
1
debian/rules
vendored
1
debian/rules
vendored
@ -13,6 +13,7 @@ PIO_ENV:=\
|
||||
|
||||
override_dh_auto_build:
|
||||
# Build with platformio
|
||||
tar -xf pio.tar
|
||||
$(PIO_ENV) platformio run -e native
|
||||
# Move the binary and default config to the correct name
|
||||
mv .pio/build/native/program .pio/build/native/meshtasticd
|
||||
|
3
debian/source/options
vendored
3
debian/source/options
vendored
@ -1 +1,2 @@
|
||||
extend-diff-ignore = "\.pio\w*?$"
|
||||
extend-diff-ignore = "\.pio\w*?$"
|
||||
tar-ignore = ""
|
||||
|
Loading…
Reference in New Issue
Block a user