Update .gitlab-ci.yml

This commit is contained in:
Autechre 2021-03-15 15:21:30 +01:00 committed by GitHub
parent 227226b98c
commit 75da4869ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -324,7 +324,7 @@ build-retroarch-linux-i686:
expire_in: 10 min
dependencies: []
script:
- xcodebuild -project pkg/apple/RetroArch_PPC.xcodeproj -configuration Release -target RetroArch
- xcodebuild -project pkg/apple/RetroArch_PPC.xcodeproj -configuration Release -target RetroArch_PPC
- pushd ${XCARCHIVE_PATH}
- ditto -c -k --sequesterRsrc --keepParent RetroArch.app RetroArch.zip
- popd