Skip to content

Commit ef39944

Browse files
committed
update:document and read me and ci
1 parent 6ca77cd commit ef39944

File tree

6 files changed

+20
-2
lines changed

6 files changed

+20
-2
lines changed

.github/workflows/macbuild.yml

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ jobs:
1414
strategy:
1515
matrix:
1616
include:
17-
- os: macos-last
17+
- os: macos-15
18+
- os: macos-15-intel
1819
runs-on: ${{ matrix.os }}
1920

2021
steps:
@@ -42,7 +43,14 @@ jobs:
4243
- name: Set TERM variable
4344
run: echo "TERM=xterm" >> $GITHUB_ENV
4445

46+
- name: Set up Dependency x86_64 Environment
47+
if: matrix.os == 'macos-15-intel'
48+
run: |
49+
cd libxengine
50+
chmod 777 *
51+
./XEngine_LINEnv.sh -i 3
4552
- name: Set up Dependency Arm64 Environment
53+
if: matrix.os == 'macos-15'
4654
run: |
4755
latest_tag=$(git ls-remote --tags --sort="v:refname" https://github.com/libxengine/libxengine.git | awk '{print $2}' | sed 's/refs\/tags\///' | tail -n 1)
4856
wget https://github.com/libxengine/libxengine/releases/download/$latest_tag/XEngine_Mac_Arm64.zip
@@ -71,8 +79,15 @@ jobs:
7179
./copydb.sh
7280
./XEngine_APIServiceApp -t
7381
82+
- name: Upload folder as artifact with mac x64
83+
if: matrix.os == 'macos-15-intel'
84+
uses: actions/upload-artifact@v4
85+
with:
86+
name: XEngine_APIServiceApp-Mac_x86_64
87+
path: XEngine_Release/
88+
retention-days: 1
7489
- name: Upload folder as artifact with mac arm
75-
if: matrix.os == 'macos-14'
90+
if: matrix.os == 'macos-15'
7691
uses: actions/upload-artifact@v4
7792
with:
7893
name: XEngine_APIServiceApp-Mac_Arm64

README.en.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ It allows you to save 90% of information service costs in a year.
5959
36. mac address vendor query
6060
37. ORC Get TEXT With image
6161
38. P2P
62+
39. DNS protocol support
6263

6364
## install
6465

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ c c++ interface api service
6262
36. 支持MAC地址厂商查询
6363
37. ORC图像文本提取
6464
38. P2P
65+
39. DNS协议支持
6566

6667
## 安装教程
6768

XEngine_Docment/Docment_en.docx

259 Bytes
Binary file not shown.

XEngine_Docment/Docment_zh.docx

-1.94 KB
Binary file not shown.

XEngine_Release/XEngine_Config/XEngine_VersionConfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"XVer":[
3+
"3.13.0.1001 Build20251015",
34
"3.12.0.1001 Build20250703",
45
"3.11.0.1001 Build20250506",
56
"3.10.0.1001 Build20250416",

0 commit comments

Comments
 (0)