Skip to content

Commit 39498a5

Browse files
committed
fml
1 parent 41a66fe commit 39498a5

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/MacOS.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,13 @@ jobs:
2020
- name: Compile RA
2121
run: |
2222
set -o pipefail
23-
xcodebuild -workspace pkg/apple/RetroArch.xcworkspace -scheme RetroArch -config Release -xcconfig pkg/apple/GitHubCI.xcconfig -derivedDataPath build | xcpretty --color
23+
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
2430
2531
- name: Get short SHA
2632
id: slug

0 commit comments

Comments
 (0)