From bc2c9aad8f30ce7a96e781946ac43dc7bfd28118 Mon Sep 17 00:00:00 2001 From: deadprogram Date: Sat, 6 Jan 2024 19:19:58 +0100 Subject: [PATCH] build: add arduino-nano33 and pyportal to smoke tests Signed-off-by: deadprogram --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index fa065766..efa73b26 100644 --- a/Makefile +++ b/Makefile @@ -32,10 +32,12 @@ smoketest-tinygo: @md5sum test.hex $(TINYGO) build -o test.hex -size=short -target=microbit-v2-s113v7 ./examples/nusserver @md5sum test.hex - $(TINYGO) build -o test.uf2 -size=short -target=nano-rp2040 ./examples/scanner - @md5sum test.hex $(TINYGO) build -o test.uf2 -size=short -target=nano-rp2040 ./examples/discover @md5sum test.hex + $(TINYGO) build -o test.uf2 -size=short -target=arduino-nano33 ./examples/discover + @md5sum test.hex + $(TINYGO) build -o test.uf2 -size=short -target=pyportal ./examples/discover + @md5sum test.hex smoketest-linux: # Test on Linux.