We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41a66fe commit 39498a5Copy full SHA for 39498a5
.github/workflows/MacOS.yml
@@ -20,7 +20,13 @@ jobs:
20
- name: Compile RA
21
run: |
22
set -o pipefail
23
- xcodebuild -workspace pkg/apple/RetroArch.xcworkspace -scheme RetroArch -config Release -xcconfig pkg/apple/GitHubCI.xcconfig -derivedDataPath build | xcpretty --color
+ xcodebuild -workspace pkg/apple/RetroArch.xcworkspace \
24
+ -scheme RetroArch \
25
+ -configuration Release \
26
+ -xcconfig pkg/apple/GitHubCI.xcconfig \
27
+ -derivedDataPath build \
28
+ OTHER_CFLAGS="-ferror-limit=0" \
29
+ 2>&1 | tee build.log | xcpretty --color
30
31
- name: Get short SHA
32
id: slug
0 commit comments