From a59f92daf8cc279eb5252ca08fc72604b8c956e1 Mon Sep 17 00:00:00 2001 From: ivoszz Date: Fri, 2 Jun 2023 17:19:06 +0200 Subject: [PATCH] Add smoke test for target m5stick-c --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index b5c1036e..0ccd6bae 100644 --- a/Makefile +++ b/Makefile @@ -721,6 +721,8 @@ ifneq ($(XTENSA), 0) @$(MD5SUM) test.bin $(TINYGO) build -size short -o test.bin -target m5stack examples/serial @$(MD5SUM) test.bin + $(TINYGO) build -size short -o test.bin -target m5stick-c examples/serial + @$(MD5SUM) test.bin $(TINYGO) build -size short -o test.bin -target mch2022 examples/serial @$(MD5SUM) test.bin endif