PlatformIO Docker

This commit is contained in:
iranl
2024-04-28 21:51:22 +02:00
parent a6cb6c10dc
commit 96c3932917
11 changed files with 285 additions and 33 deletions

View File

@@ -0,0 +1,6 @@
set -ex
docker build -f ./Dockerfile_pio_debug -t nuki_hub_pio_dbg ..
docker create --name nuki_hub_pio_dbg nuki_hub_pio_dbg
rm -rf ../build_pio_dbg
docker cp nuki_hub_pio_dbg:/usr/src/nuki_hub/debug/ ../build_pio_dbg
docker rm -f nuki_hub_pio_dbg