mirror of
https://github.com/libretro/FBNeo.git
synced 2025-02-11 04:05:46 +00:00
Added macOS CI
This commit is contained in:
parent
750ab7f323
commit
467197ed50
17
.github/workflows/macos.yml
vendored
Normal file
17
.github/workflows/macos.yml
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
name: macOS CI
|
||||
|
||||
on:
|
||||
push
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: build
|
||||
runs-on: macOS-latest
|
||||
env:
|
||||
DEVELOPER_DIR: /Applications/Xcode_11.app
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: build
|
||||
run: |
|
||||
cd projectfiles/xcode
|
||||
xcodebuild -target Emulator -configuration Debug
|
Loading…
x
Reference in New Issue
Block a user