Skip to content

Commit

Permalink
modify:ci
Browse files Browse the repository at this point in the history
  • Loading branch information
xengine-qyt committed Jan 24, 2025
1 parent 3d36b67 commit cbb20f7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/macbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,15 @@ jobs:
make PLATFORM=mac
make PLATFORM=mac FLAGS=InstallAll
make PLATFORM=mac FLAGS=CleanAll
- name: make release (srt bug on macos-arm64,not run)
if: matrix.os == 'macos-13'
- name: make release
run: |
cd XEngine_Source
make PLATFORM=mac RELEASE=1
make PLATFORM=mac FLAGS=InstallAll
make PLATFORM=mac FLAGS=CleanAll
- name: test
- name: test (srt bug on macos-arm64,not run)
if: matrix.os == 'macos-13'
run: |
cd XEngine_Release
./XEngine_StreamMediaApp -t
Expand Down

0 comments on commit cbb20f7

Please sign in to comment.