Skip to content

Commit

Permalink
see plain xcodebuild output
Browse files Browse the repository at this point in the history
  • Loading branch information
scareything committed Sep 6, 2023
1 parent de6129f commit ef5d537
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit ef5d537

Please sign in to comment.