diff --git a/.github/workflows/linuxbuild.yml b/.github/workflows/linuxbuild.yml index 7bf687b..932e144 100644 --- a/.github/workflows/linuxbuild.yml +++ b/.github/workflows/linuxbuild.yml @@ -57,4 +57,8 @@ jobs: make RELEASE=1 make FLAGS=InstallAll make FLAGS=CleanAll - cd .. \ No newline at end of file + cd .. + - name: test + run: | + cd XEngine_Release + ./XEngine_MQServiceApp -t \ No newline at end of file diff --git a/README.en.md b/README.en.md index c6417ad..53a0c16 100644 --- a/README.en.md +++ b/README.en.md @@ -38,11 +38,11 @@ this software support following features #### XEngine Evn you must install XEngine,need V8.31 or above,install XEngine can be refer to xengine Readme docment -GITEE:https://gitee.com/xyry/libxengine -GITHUB:https://github.com/libxengine/xengine +GITEE:https://gitee.com/libxengine/libxengine +GITHUB:https://github.com/libxengine/libxengine ##### fast to deployment -git clone https://gitee.com/xyry/libxengine.git or git clone https://github.com/libxengine/libxengine.git +git clone https://gitee.com/libxengine/libxengine.git or git clone https://github.com/libxengine/libxengine.git window Exection XEngine_WINEnv.bat Linux Exection:sudo ./XEngine_LINEnv.sh -i 3 Macos Exection:./XEngine_LINEnv.sh -i 3 diff --git a/README.md b/README.md index ed4c6e2..07d9c04 100644 --- a/README.md +++ b/README.md @@ -37,11 +37,11 @@ c c++Message Service #### XEngine环境 必须安装XEngine,版本需要V8.31或者以上版本,安装XEngine可以参考其Readme文档 -GITEE:https://gitee.com/xyry/libxengine -GITHUB:https://github.com/libxengine/xengine +GITEE:https://gitee.com/libxengine/libxengine +GITHUB:https://github.com/libxengine/libxengine ##### 快速部署 -git clone https://gitee.com/xyry/libxengine.git 或者 git clone https://github.com/libxengine/libxengine.git +git clone https://gitee.com/libxengine/libxengine.git 或者 git clone https://github.com/libxengine/libxengine.git window执行XEngine_WINEnv.bat 脚本. Linux执行:sudo ./XEngine_LINEnv.sh -i 3 macos执行:./XEngine_LINEnv.sh -i 3