提交 12babe9d 编写于 作者: L liuyq-617

update

上级 94beba11
...@@ -237,7 +237,7 @@ pipeline { ...@@ -237,7 +237,7 @@ pipeline {
''' '''
sh ''' sh '''
cd ${WKC}/tests/examples/C#/taosdemo cd ${WKC}/tests/examples/C#/taosdemo
mcs -out:taosdemo *.cs mcs -out:taosdemo *.cs > /dev/null 2>&1
echo '' |./taosdemo echo '' |./taosdemo
''' '''
sh ''' sh '''
......
...@@ -15,8 +15,8 @@ script_dir="$(dirname $(readlink -f $0))" ...@@ -15,8 +15,8 @@ script_dir="$(dirname $(readlink -f $0))"
###### step 3: start build ###### step 3: start build
cd $script_dir cd $script_dir
rm -f go.* rm -f go.*
go mod init demotest go mod init demotest > /dev/null 2>&1
go mod tidy go mod tidy > /dev/null 2>&1
go build go build > /dev/null 2>&1
sleep 1s sleep 1s
./demotest -h $1 -p $2 ./demotest -h $1 -p $2
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册