We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 063b87e commit b2fe8e2Copy full SHA for b2fe8e2
.github/workflows/iOS.yml
@@ -20,7 +20,7 @@ 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/iOS/GitLabCI.xcconfig -derivedDataPath build | xcpretty --color
+ xcodebuild -project pkg/apple/RetroArch_iOS13.xcodeproj -destination generic/platform=iOS -config Release -scheme "RetroArch iOS Release" -xcconfig pkg/apple/iOS/GitLabCI.xcconfig -derivedDataPath build
24
25
- name: Get short SHA
26
id: slug
0 commit comments