mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 16:09:47 +00:00
PPC Xcode - doesn't support -scheme
This commit is contained in:
parent
0627f83c33
commit
332bca625c
@ -347,7 +347,7 @@ build-retroarch-osx-ppc:
|
||||
XCARCHIVE_PATH: pkg/apple/build/RetroArchPPC
|
||||
XCPROJECT_NAME: RetroArch_PPC
|
||||
script:
|
||||
- xcodebuild -project pkg/apple/${XCPROJECT_NAME}.xcodeproj -configuration Release -scheme RetroArch -archivePath ${XCARCHIVE_PATH} -xcconfig pkg/apple/${XCCONFIG} archive
|
||||
- xcodebuild -project pkg/apple/${XCPROJECT_NAME}.xcodeproj -configuration Release -archivePath ${XCARCHIVE_PATH} -xcconfig pkg/apple/${XCCONFIG} archive
|
||||
- pushd ${XCARCHIVE_PATH}.xcarchive/Products/Users/gitlab/Applications/
|
||||
- ditto -c -k --sequesterRsrc --keepParent RetroArch.app RetroArch.zip
|
||||
- popd
|
||||
|
Loading…
Reference in New Issue
Block a user