Skip to content

Commit 3ad0380

Browse files
committed
test for windows
1 parent 0e2a109 commit 3ad0380

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/macbuild.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,3 @@ jobs:
6464
- name: test
6565
run: |
6666
cd XEngine_Release
67-
./XEngine_StreamMediaApp -t

.github/workflows/msbuild.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ jobs:
8686
cp -r XEngine_Source/VSCopy_x86.bat XEngine_Release/
8787
cd XEngine_Release
8888
.\VSCopy_x86.bat
89-
.\XEngine_StreamMediaApp.exe -t
9089
shell: pwsh
9190
- name: Conditional Step for x86 Debug
9291
if: matrix.configuration == 'Debug' && matrix.platform == 'x86'
@@ -96,5 +95,5 @@ jobs:
9695
cp -r XEngine_Source/VSCopy_x86.bat XEngine_Release/
9796
cd XEngine_Release
9897
.\VSCopy_x86.bat
99-
.\XEngine_StreamMediaApp.exe -t
98+
ls -al
10099
shell: pwsh

0 commit comments

Comments
 (0)