mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-21 13:20:57 -06:00
Let's try arm64
This commit is contained in:
18
.github/workflows/build-macos.yml
vendored
18
.github/workflows/build-macos.yml
vendored
@ -2,22 +2,22 @@ name: build-macos
|
|||||||
on: [push, workflow_dispatch]
|
on: [push, workflow_dispatch]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-macos-x86_64:
|
build-macos:
|
||||||
name: macOS x86_64
|
strategy:
|
||||||
|
matrix:
|
||||||
|
arch: [x86_64, arm64]
|
||||||
|
|
||||||
|
name: macOS ${{ matrix.arch }}
|
||||||
runs-on: macos-13
|
runs-on: macos-13
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- run: |
|
- run: |
|
||||||
brew install autoconf automake autoconf-archive glib libtool && pip3 install setuptools
|
brew install autoconf automake autoconf-archive libtool && pip3 install setuptools
|
||||||
- uses: lukka/get-cmake@latest
|
- uses: lukka/get-cmake@latest
|
||||||
- uses: lukka/run-vcpkg@v11
|
- uses: lukka/run-vcpkg@v11
|
||||||
with:
|
with:
|
||||||
vcpkgGitCommitId: c8696863d371ab7f46e213d8f5ca923c4aef2a00
|
vcpkgGitCommitId: c8696863d371ab7f46e213d8f5ca923c4aef2a00
|
||||||
- uses: lukka/run-cmake@v10
|
- uses: lukka/run-cmake@v10
|
||||||
with:
|
with:
|
||||||
configurePreset: release-mac-x86_64
|
configurePreset: release-mac-${{ matrix.arch }}
|
||||||
buildPreset: release-mac-x86_64
|
buildPreset: release-mac-${{ matrix.arch }}
|
||||||
- if: always()
|
|
||||||
run: |
|
|
||||||
cat /Users/runner/work/melonDS/melonDS/vcpkg/buildtrees/glib/config-x64-osx-1015-release-rel-meson-log.txt.log
|
|
||||||
cat /Users/runner/work/melonDS/melonDS/vcpkg/buildtrees/glib/config-x64-osx-1015-release-rel-out.log
|
|
Reference in New Issue
Block a user