Skip to content

Commit e339fb6

Browse files
committed
update:build ci
1 parent 2679985 commit e339fb6

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.github/workflows/linuxbuild.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,8 @@ jobs:
5353
make
5454
make FLAGS=InstallAll
5555
make FLAGS=CleanAll
56+
57+
make RELEASE=1
58+
make FLAGS=InstallAll
59+
make FLAGS=CleanAll
5660
cd ..

.github/workflows/macbuild.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ jobs:
4949
make PLATFORM=mac
5050
make PLATFORM=mac FLAGS=InstallAll
5151
make PLATFORM=mac FLAGS=CleanAll
52+
53+
make PLATFORM=mac RELEASE=1
54+
make PLATFORM=mac FLAGS=InstallAll
55+
make PLATFORM=mac FLAGS=CleanAll
5256
cd ..
5357
#测试
5458
- name: test
@@ -58,4 +62,5 @@ jobs:
5862
otool -L ./libMQCore_DBModule.dylib
5963
otool -L /usr/local/lib/libHelpComponents_DataBase.dylib
6064
find /usr/local -name libmysqlclient.23.dylib
65+
brew info mysql-client
6166
./XEngine_MQServiceApp -t

0 commit comments

Comments
 (0)