Skip to content

Commit 0e2a109

Browse files
committed
last test
1 parent af4586e commit 0e2a109

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/msbuild.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ jobs:
8585
cp -r XEngine_Source/Release/*.exe XEngine_Release/
8686
cp -r XEngine_Source/VSCopy_x86.bat XEngine_Release/
8787
cd XEngine_Release
88-
./VSCopy_x86.bat
89-
./XEngine_StreamMediaApp.exe -t
88+
.\VSCopy_x86.bat
89+
.\XEngine_StreamMediaApp.exe -t
9090
shell: pwsh
9191
- name: Conditional Step for x86 Debug
9292
if: matrix.configuration == 'Debug' && matrix.platform == 'x86'
@@ -95,6 +95,6 @@ jobs:
9595
cp -r XEngine_Source/Debug/*.exe XEngine_Release/
9696
cp -r XEngine_Source/VSCopy_x86.bat XEngine_Release/
9797
cd XEngine_Release
98-
./VSCopy_x86.bat
99-
./XEngine_StreamMediaApp.exe -t
98+
.\VSCopy_x86.bat
99+
.\XEngine_StreamMediaApp.exe -t
100100
shell: pwsh

XEngine_Source/XEngine_BuildSwitch.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
// Purpose: 编译开关选项
1111
// History:
1212
*********************************************************************/
13-
#define _XENGINE_STREAMMEDIA_BUILDSWITCH_SRT 0 //SRT协议编译开关选项
14-
#define _XENGINE_STREAMMEDIA_BUILDSWITCH_RTC 0 //WEBRTC协议编译开关选项
13+
#define _XENGINE_STREAMMEDIA_BUILDSWITCH_SRT 1 //SRT协议编译开关选项
14+
#define _XENGINE_STREAMMEDIA_BUILDSWITCH_RTC 1 //WEBRTC协议编译开关选项

0 commit comments

Comments
 (0)