We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e339fb6 commit 788afc3Copy full SHA for 788afc3
.github/workflows/macbuild.yml
@@ -53,14 +53,4 @@ jobs:
53
make PLATFORM=mac RELEASE=1
54
make PLATFORM=mac FLAGS=InstallAll
55
make PLATFORM=mac FLAGS=CleanAll
56
- cd ..
57
- #测试
58
- - name: test
59
- run: |
60
- cd XEngine_Release
61
- otool -L ./XEngine_MQServiceApp
62
- otool -L ./libMQCore_DBModule.dylib
63
- otool -L /usr/local/lib/libHelpComponents_DataBase.dylib
64
- find /usr/local -name libmysqlclient.23.dylib
65
- brew info mysql-client
66
- ./XEngine_MQServiceApp -t
+ cd ..
0 commit comments