mirror of
https://github.com/libretro/FBNeo.git
synced 2025-02-20 01:31:25 +00:00
comment out macos build
it has been failing for months and it can't produce nightlies anyway
This commit is contained in:
parent
4b152df59a
commit
d881c5c81f
38
.github/workflows/nightly-release.yml
vendored
38
.github/workflows/nightly-release.yml
vendored
@ -288,22 +288,22 @@ jobs:
|
||||
asset_path: Linux SDL 1.2.zip
|
||||
asset_content_type: application/zip
|
||||
|
||||
build_macos:
|
||||
name: macOS
|
||||
needs: nightly_release
|
||||
runs-on: macOS-latest
|
||||
env:
|
||||
DEVELOPER_DIR: /Applications/Xcode.app
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Build FBNeo
|
||||
run: |
|
||||
cd projectfiles/xcode
|
||||
xcodebuild ARCHS=x86_64 ONLY_ACTIVE_ARCH=NO -target Emulator -configuration Debug
|
||||
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: macOS
|
||||
path: "projectfiles/xcode/build/Debug/FinalBurn Neo.app"
|
||||
# build_macos:
|
||||
# name: macOS
|
||||
# needs: nightly_release
|
||||
# runs-on: macOS-latest
|
||||
# env:
|
||||
# DEVELOPER_DIR: /Applications/Xcode.app
|
||||
# steps:
|
||||
# - uses: actions/checkout@v2
|
||||
#
|
||||
# - name: Build FBNeo
|
||||
# run: |
|
||||
# cd projectfiles/xcode
|
||||
# xcodebuild ARCHS=x86_64 ONLY_ACTIVE_ARCH=NO -target Emulator -configuration Debug
|
||||
#
|
||||
# - name: Upload Artifact
|
||||
# uses: actions/upload-artifact@v2
|
||||
# with:
|
||||
# name: macOS
|
||||
# path: "projectfiles/xcode/build/Debug/FinalBurn Neo.app"
|
||||
|
Loading…
x
Reference in New Issue
Block a user