Debugger: Overhaul symbol table parsing (add .mdebug and .sndata support) and add inspector GUI for complex data types #11319
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 🍎 MacOS Builds | |
on: | |
push: | |
branches-ignore: | |
- "l10n_master" | |
pull_request: | |
branches: | |
- master | |
jobs: | |
build_macos_qt: | |
name: "Defaults" | |
if: github.repository != 'PCSX2/pcsx2' || github.event_name == 'pull_request' | |
uses: ./.github/workflows/macos_build.yml | |
with: | |
jobName: "MacOS Build" | |
artifactPrefixName: "PCSX2-macos-Qt" | |
secrets: inherit |