mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2024-11-14 13:27:41 -07:00
let's try this
This commit is contained in:
parent
4f33da153e
commit
1c290e3c65
15
.github/workflows/build-macos.yml
vendored
Normal file
15
.github/workflows/build-macos.yml
vendored
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
name: build-macos
|
||||||
|
on: [push, workflow_dispatch]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build-macos-x86_64:
|
||||||
|
name: macOS x86_64
|
||||||
|
runs-on: macos-13
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
- uses: lukka/get-cmake@latest
|
||||||
|
- uses: lukka/run-vcpkg@v11
|
||||||
|
- uses: lukka/run-cmake@v10
|
||||||
|
with:
|
||||||
|
configurePreset: release-mac-x86_64
|
||||||
|
buildPreset: release-mac-x86_64
|
Loading…
Reference in New Issue
Block a user