Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
philprime committed May 12, 2024
1 parent 5a91fc1 commit 1cbd5d8
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,26 @@ jobs:
sed -i.bak "s/main/$ESCAPED_REF_NAME/g" Cartfile
- name: Carthage Update
env:
GITHUB_ACCESS_TOKEN: ${{ github.token }}
run: |
set -o pipefail && \
env NSUnbufferedIO=YES \
carthage update \
--no-use-binaries \
--verbose
--use-xcframeworks \
--verbose | xcbeautify \
--preserve-unbeautified
- name: Carthage Build
env:
GITHUB_ACCESS_TOKEN: ${{ github.token }}
run: |
set -o pipefail && \
env NSUnbufferedIO=YES \
carthage build \
--verbose | xcbeautify \
--preserve-unbeautified
- name: Build for iOS
run: |
Expand All @@ -105,4 +121,4 @@ jobs:
xcodebuild \
-project Example_iOS-Carthage.xcodeproj \
CODE_SIGNING_ALLOWED="NO" \
build 2>&1 | tee test.log | xcbeautify
build 2>&1 | xcbeautify

0 comments on commit 1cbd5d8

Please sign in to comment.