This commit is contained in:
Jonathan Bennett 2025-01-06 19:59:02 -06:00 committed by GitHub
parent 86170171a7
commit 395469d20a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
debian/rules vendored
View File

@ -14,7 +14,7 @@ PIO_ENV:=\
override_dh_auto_build: override_dh_auto_build:
# Extract tarballs within source deb # Extract tarballs within source deb
tar -xf pio.tar tar -xf pio.tar
tar -xf web.tar web mkdir -p web && tar -xf web.tar -C web
gunzip web/ -r gunzip web/ -r
# Build with platformio # Build with platformio
$(PIO_ENV) platformio run -e native $(PIO_ENV) platformio run -e native