浏览代码

feat(makefile):add build info (#660)

Co-authored-by: EMqmyd <mayuedong@emx.io>
EMQmyd 4 年之前
父节点
当前提交
f50fedd139
共有 2 个文件被更改,包括 4 次插入0 次删除
  1. 2 0
      .github/workflows/build_packages.yaml
  2. 2 0
      Makefile

+ 2 - 0
.github/workflows/build_packages.yaml

@@ -68,6 +68,8 @@ jobs:
                 - functions/accumulateWordCount
                 - functions/countPlusOne
                 - functions/echo
+                - functions/thumbnail
+                - functions/resize
 
         steps:
         - uses: actions/checkout@v1

+ 2 - 0
Makefile

@@ -177,6 +177,8 @@ PLUGINS := sinks/file \
 	sources/zmq \
 	functions/accumulateWordCount \
 	functions/countPlusOne \
+	functions/thumbnail\
+	functions/resize\
 	functions/echo
 
 .PHONY: plugins sinks/tdengine $(PLUGINS)