From ef5d5373025d4ed3903ce4f962f0b9fe12c035bf Mon Sep 17 00:00:00 2001 From: Shawn Carey Date: Wed, 6 Sep 2023 14:13:50 -0400 Subject: [PATCH] see plain xcodebuild output --- .github/workflows/CI.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index a742838..b0fb00b 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -77,11 +77,11 @@ jobs: run: | set -o pipefail xcodebuild build -configuration Release -scheme CZiti-iOS -derivedDataPath ./DerivedData/CZiti \ - -arch arm64 -sdk iphoneos | xcpretty + -arch arm64 -sdk iphoneos xcodebuild build -configuration Release -scheme CZiti-iOS -derivedDataPath ./DerivedData/CZiti \ - -arch x86_64 -arch arm64 ONLY_ACTIVE_ARCH=NO -sdk iphonesimulator | xcpretty + -arch x86_64 -arch arm64 ONLY_ACTIVE_ARCH=NO -sdk iphonesimulator xcodebuild build -configuration Release -scheme CZiti-macOS -derivedDataPath ./DerivedData/CZiti \ - -arch x86_64 -arch arm64 ONLY_ACTIVE_ARCH=NO -sdk macosx | xcpretty + -arch x86_64 -arch arm64 ONLY_ACTIVE_ARCH=NO -sdk macosx - name: Create Frameworks run: |