Skip to content

Commit

Permalink
update:ci and depend library
Browse files Browse the repository at this point in the history
  • Loading branch information
xengine-qyt committed Jan 22, 2025
1 parent 04f46e6 commit 5619fb3
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CodeQL Advanced
on:
push:
branches:
- 'master1'
- 'master'

jobs:
analyze:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cppcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: cpp check workflows
on:
push:
branches:
- 'master1'
- 'master'
paths:
- 'XEngine_Source/**'
- 'XEngine_Release/**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: macos build workflows
on:
push:
branches:
- 'master1'
- 'master'
paths:
- 'XEngine_Source/**'
- 'XEngine_Release/**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: windows build workflows
on:
push:
branches:
- 'master1'
- 'master'
paths:
- 'XEngine_Source/**'
- 'XEngine_Release/**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu_Arm64_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: ubuntu Arm64 build workflows
on:
push:
branches:
- 'master1'
- 'master'
paths:
- 'XEngine_Source/**'
- 'XEngine_Release/**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu_x64_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: ubuntu x86-64 build workflows
on:
push:
branches:
- 'master1'
- 'master'
paths:
- 'XEngine_Source/**'
- 'XEngine_Release/**'
Expand Down
2 changes: 1 addition & 1 deletion XEngine_Source/XEngine_Depend
Submodule XEngine_Depend updated 26 files
+38 −0 .github/ISSUE_TEMPLATE/bug_report.md
+20 −0 .github/ISSUE_TEMPLATE/feature_request.md
+62 −0 .github/workflows/codeql.yml
+35 −0 .github/workflows/cppcheck.yml
+15 −0 .github/workflows/issue-translator.yml
+71 −0 .github/workflows/macbuild.yml
+79 −0 .github/workflows/msbuild.yml
+69 −0 .github/workflows/ubuntubuild.yml
+4 −4 README.en.md
+4 −4 README.md
+9 −0 XEngine.sln
+3 −3 XEngine_Application/XEngine_APPModuleTest/XEngine_APPModuleTest.cpp
+12 −0 XEngine_Application/XEngine_APPModuleTest/XEngine_APPModuleTest.vcxproj
+6 −2 XEngine_Application/XEngine_APPSocketTest/XEngine_APPSocketTest.vcxproj
+12 −0 XEngine_Example/AVCodec_APPPlayer/AVCodec_APPPlayer.cpp
+11 −3 XEngine_Example/AVCodec_APPPlayer/AVCodec_APPPlayer.vcxproj
+12 −0 XEngine_Example/InfoReport_APPExample/InfoReport_APPExample.cpp
+9 −0 XEngine_Example/InfoReport_APPExample/InfoReport_APPExample.vcxproj
+12 −0 XEngine_Example/TinyXML2_APPExample/TinyXML2_APPExample.cpp
+4 −0 XEngine_Example/TinyXML2_APPExample/TinyXML2_APPExample.vcxproj
+2 −0 XEngine_Module/XEngine_AVPlayer/Makefile
+85 −16 XEngine_Module/XEngine_InfoReport/InfoReport_APIMachine/InfoReport_APIMachine.cpp
+2 −1 XEngine_Module/XEngine_InfoReport/InfoReport_APIMachine/InfoReport_APIMachine.h
+26 −2 XEngine_Module/XEngine_InfoReport/InfoReport_Define.h
+2 −1 XEngine_Module/XEngine_InfoReport/XEngine_InfoReport.def
+6 −2 XEngine_Module/XEngine_InfoReport/pch.cpp

0 comments on commit 5619fb3

Please sign in to comment.