We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f260ff commit 7ab931aCopy full SHA for 7ab931a
.github/workflows/iOS.yml
@@ -20,7 +20,10 @@ jobs:
20
- name: Compile RA
21
run: |
22
set -o pipefail
23
- xcodebuild -project pkg/apple/RetroArch_iOS13.xcodeproj -destination generic/platform=iOS -config Release -scheme "RetroArch iOS Release" -xcconfig pkg/apple/GitHubCI.xcconfig -allowProvisioningUpdates -derivedDataPath build
+ xcodebuild -project pkg/apple/RetroArch_iOS13.xcodeproj -destination generic/platform=iOS -config Release \
24
+ -scheme "RetroArch iOS Release" -xcconfig pkg/apple/GitHubCI.xcconfig \
25
+ CODE_SIGNING_ALLOWED=NO \ CODE_SIGNING_REQUIRED=NO \ CODE_SIGN_IDENTITY="" \ PROVISIONING_PROFILE_SPECIFIER="" \
26
+ -derivedDataPath build
27
28
- name: Get short SHA
29
id: slug
0 commit comments