未验证 提交 60e0f621 编写于 作者: sangshuduo's avatar sangshuduo 提交者: GitHub

fix: script mismatched name (#12662)

* enh: move taosdemo in rpm and deb

[TD-15642]

* update taos-tools

* enh: add build.sh to build TDengine and taosTools in one command

[TD-15642]

* fix: mismatched name
上级 385a8458
......@@ -3,8 +3,8 @@
git submodule update --init --recursive > /dev/null || echo -e "failed to update git submodule"
if [ ! -d debug ]; then
mkdir debug || echo -e "failed to make directory build"
mkdir debug || echo -e "failed to make directory for build"
fi
cd build && cmake .. -DBUILD_TOOLS=true && make
cd debug && cmake .. -DBUILD_TOOLS=true && make
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册