Skip to content

Commit

Permalink
test for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
xengine-qyt committed Sep 29, 2024
1 parent 0e2a109 commit 3ad0380
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/macbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,3 @@ jobs:
- name: test
run: |
cd XEngine_Release
./XEngine_StreamMediaApp -t
3 changes: 1 addition & 2 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ jobs:
cp -r XEngine_Source/VSCopy_x86.bat XEngine_Release/
cd XEngine_Release
.\VSCopy_x86.bat
.\XEngine_StreamMediaApp.exe -t
shell: pwsh
- name: Conditional Step for x86 Debug
if: matrix.configuration == 'Debug' && matrix.platform == 'x86'
Expand All @@ -96,5 +95,5 @@ jobs:
cp -r XEngine_Source/VSCopy_x86.bat XEngine_Release/
cd XEngine_Release
.\VSCopy_x86.bat
.\XEngine_StreamMediaApp.exe -t
ls -al
shell: pwsh

0 comments on commit 3ad0380

Please sign in to comment.