Skip to content

Commit bda22ad

Browse files
committed
update:ci
1 parent 835189c commit bda22ad

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/macbuild.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)