File tree Expand file tree Collapse file tree 4 files changed +7
-9
lines changed
Expand file tree Collapse file tree 4 files changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: macos build workflows
33on :
44 push :
55 branches :
6- - ' master '
6+ - ' master1 '
77 paths :
88 - ' XEngine_Source/**'
99 - ' XEngine_Release/**'
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: windows build workflows
33on :
44 push :
55 branches :
6- - ' master '
6+ - ' master1 '
77 paths :
88 - ' XEngine_Source/**'
99 - ' XEngine_Release/**'
Original file line number Diff line number Diff line change 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
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 : |
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: ubuntu x86-64 build workflows
33on :
44 push :
55 branches :
6- - ' master '
6+ - ' master1 '
77 paths :
88 - ' XEngine_Source/**'
99 - ' XEngine_Release/**'
You can’t perform that action at this time.
0 commit comments