初始化提交
This commit is contained in:
9
arduino-cli/libraries/TinyGSM/Makefile
Normal file
9
arduino-cli/libraries/TinyGSM/Makefile
Normal file
@@ -0,0 +1,9 @@
|
||||
.PHONY: travis-build
|
||||
|
||||
travis-build:
|
||||
ifdef PLATFORMIO_CI_ARGS
|
||||
platformio ci --lib="." $(PLATFORMIO_CI_ARGS)
|
||||
else
|
||||
platformio ci --lib="." --board=leonardo
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user