We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e2a109 commit 3ad0380Copy full SHA for 3ad0380
.github/workflows/macbuild.yml
@@ -64,4 +64,3 @@ jobs:
64
- name: test
65
run: |
66
cd XEngine_Release
67
- ./XEngine_StreamMediaApp -t
.github/workflows/msbuild.yml
@@ -86,7 +86,6 @@ jobs:
86
cp -r XEngine_Source/VSCopy_x86.bat XEngine_Release/
87
88
.\VSCopy_x86.bat
89
- .\XEngine_StreamMediaApp.exe -t
90
shell: pwsh
91
- name: Conditional Step for x86 Debug
92
if: matrix.configuration == 'Debug' && matrix.platform == 'x86'
@@ -96,5 +95,5 @@ jobs:
96
95
97
98
99
+ ls -al
100
0 commit comments