File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -73,15 +73,16 @@ jobs:
7373 make PLATFORM=mac
7474 make PLATFORM=mac FLAGS=InstallAll
7575 make PLATFORM=mac FLAGS=CleanAll
76+ - name : make release (srt bug on macos-arm64,not run)
77+ run : |
78+ # cd XEngine_Source
79+ # make PLATFORM=mac RELEASE=1
80+ # make PLATFORM=mac FLAGS=InstallAll
81+ # make PLATFORM=mac FLAGS=CleanAll
7682 - name : test
7783 run : |
7884 cd XEngine_Release
79- ulimit -c unlimited
80- sudo sysctl -w kern.corefile=/cores/core.%P
81- ./XEngine_StreamMediaApp -t || true
82- ls -l /cores
83- LATEST_CORE=$(ls -t /cores/core.* | head -1)
84- lldb -c $LATEST_CORE -o 'bt all' -o 'exit'
85+ ./XEngine_StreamMediaApp -t
8586
8687 - name : Upload folder as artifact with mac x64
8788 if : matrix.os == 'macos-13'
You can’t perform that action at this time.
0 commit comments