dev: ship macOS version with debuginfo

This commit is contained in:
shenleban tongying 2024-09-06 15:53:35 -04:00
parent c599bbfb73
commit 48a6efec62

View file

@ -73,7 +73,7 @@ jobs:
- name: compile - name: compile
run: | run: |
mkdir build_dir mkdir build_dir
cmake -S . -B build_dir -G Ninja -DWITH_FFMPEG_PLAYER=OFF -DWITH_TTS=OFF -DCMAKE_BUILD_TYPE=Release -DCMAKE_OSX_DEPLOYMENT_TARGET="12.0" cmake -S . -B build_dir -G Ninja -DWITH_FFMPEG_PLAYER=OFF -DWITH_TTS=OFF -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_OSX_DEPLOYMENT_TARGET="12.0"
cmake --build build_dir cmake --build build_dir
- name: package - name: package