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 2679985 commit e339fb6Copy full SHA for e339fb6
.github/workflows/linuxbuild.yml
@@ -53,4 +53,8 @@ jobs:
53
make
54
make FLAGS=InstallAll
55
make FLAGS=CleanAll
56
+
57
+ make RELEASE=1
58
+ make FLAGS=InstallAll
59
+ make FLAGS=CleanAll
60
cd ..
.github/workflows/macbuild.yml
@@ -49,6 +49,10 @@ jobs:
49
make PLATFORM=mac
50
make PLATFORM=mac FLAGS=InstallAll
51
make PLATFORM=mac FLAGS=CleanAll
52
+ make PLATFORM=mac RELEASE=1
+ make PLATFORM=mac FLAGS=InstallAll
+ make PLATFORM=mac FLAGS=CleanAll
#测试
- name: test
@@ -58,4 +62,5 @@ jobs:
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
61
66
./XEngine_MQServiceApp -t
0 commit comments