Skip to content

Commit d9f5aaf

Browse files
committed
update:arm64 and rocky ci
1 parent 5235fea commit d9f5aaf

File tree

4 files changed

+7
-9
lines changed

4 files changed

+7
-9
lines changed

.github/workflows/macbuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: macos build workflows
33
on:
44
push:
55
branches:
6-
- 'master'
6+
- 'master1'
77
paths:
88
- 'XEngine_Source/**'
99
- 'XEngine_Release/**'

.github/workflows/msbuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: windows build workflows
33
on:
44
push:
55
branches:
6-
- 'master'
6+
- 'master1'
77
paths:
88
- 'XEngine_Source/**'
99
- 'XEngine_Release/**'

.github/workflows/rockybuild.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ jobs:
2222
# 检出您的主仓库代码
2323
- name: Checkout main repository code
2424
uses: actions/checkout@v4
25-
with:
26-
submodules: true
27-
fetch-depth: 0
2825

2926
# 检出依赖的xengine仓库到指定的xengine目录
3027
- name: Checkout dependency repository (xengine)
@@ -36,11 +33,13 @@ jobs:
3633
- name: sub module checkout (opensource)
3734
run: |
3835
dnf update -y
39-
dnf install git gcc g++ make git jq unzip -y
36+
dnf install gcc g++ make git jq unzip -y
37+
ls -al
38+
git submodule init
39+
git submodule update
4040
# 设置依赖库的环境变量
4141
- name: Set up Dependency rocky linux Environment
4242
run: |
43-
ldd --version
4443
cd libxengine
4544
chmod 777 *
4645
./XEngine_LINEnv.sh -i 3
@@ -53,7 +52,6 @@ jobs:
5352
cp -rf ./XEngine_Include /usr/local/include
5453
find ./XEngine_Linux -name "*.so" -exec cp {} /usr/local/lib \;
5554
ldconfig
56-
5755
#编译
5856
- name: make
5957
run: |

.github/workflows/ubuntu_x64_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: ubuntu x86-64 build workflows
33
on:
44
push:
55
branches:
6-
- 'master'
6+
- 'master1'
77
paths:
88
- 'XEngine_Source/**'
99
- 'XEngine_Release/**'

0 commit comments

Comments
 (0)