Piping to xcpretty hides compilation failures without set -o pipefail

This commit is contained in:
Eric Warmenhoven 2023-07-01 16:56:17 -04:00 committed by LibretroAdmin
parent 4cca2b8eaf
commit 8c9e7dd2bf

View file

@ -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