mirror of
https://github.com/libretro/RetroArch
synced 2025-04-17 11:43:00 +00:00
Piping to xcpretty hides compilation failures without set -o pipefail
This commit is contained in:
parent
4cca2b8eaf
commit
8c9e7dd2bf
1
.github/workflows/MacOS.yml
vendored
1
.github/workflows/MacOS.yml
vendored
@ -16,6 +16,7 @@ jobs:
|
||||
|
||||
- name: Compile RA
|
||||
run: |
|
||||
set -o pipefail
|
||||
xcodebuild -workspace pkg/apple/RetroArch.xcworkspace -scheme RetroArch -config Release -xcconfig pkg/apple/GitHubCI.xcconfig -derivedDataPath build | xcpretty --color
|
||||
|
||||
- name: Get short SHA
|
||||
|
Loading…
x
Reference in New Issue
Block a user