Skip to content

Commit

Permalink
Revert "Added Carthage installation CI step."
Browse files Browse the repository at this point in the history
This reverts commit e2fe417.
  • Loading branch information
maratal committed Nov 13, 2023
1 parent e2fe417 commit d153dcf
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 24 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/integration-test-iOS16_2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,3 @@ jobs:
export PACKAGE_BRANCH_NAME=$GITHUB_HEAD_REF
export PACKAGE_REVISION=$GITHUB_SHA
swift test --package-path Examples/SPM -v
- name: Carthage - Installation Test
working-directory: ./Examples/AblyCarthage
run: |
echo 'Installing cathage dependencies...'
carthage update --use-xcframeworks --platform iOS --no-use-binaries
echo 'Building AblyCarthage example...'
xcodebuild build -scheme "AblyCarthage" -destination "platform=iOS Simulator,name=iPhone 14" -configuration "Debug"
8 changes: 0 additions & 8 deletions .github/workflows/integration-test-macOS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,3 @@ jobs:
export PACKAGE_BRANCH_NAME=$GITHUB_HEAD_REF
export PACKAGE_REVISION=$GITHUB_SHA
swift test --package-path Examples/SPM -v
- name: Carthage - Installation Test
working-directory: ./Examples/AblyCarthage
run: |
echo 'Installing cathage dependencies...'
carthage update --use-xcframeworks --platform iOS --no-use-binaries
echo 'Building AblyCarthage example...'
xcodebuild build -scheme "AblyCarthage" -destination "platform=iOS Simulator,name=iPhone 14" -configuration "Debug"
8 changes: 0 additions & 8 deletions .github/workflows/integration-test-tvOS16_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,3 @@ jobs:
export PACKAGE_BRANCH_NAME=$GITHUB_HEAD_REF
export PACKAGE_REVISION=$GITHUB_SHA
swift test --package-path Examples/SPM -v
- name: Carthage - Installation Test
working-directory: ./Examples/AblyCarthage
run: |
echo 'Installing cathage dependencies...'
carthage update --use-xcframeworks --platform iOS --no-use-binaries
echo 'Building AblyCarthage example...'
xcodebuild build -scheme "AblyCarthage" -destination "platform=iOS Simulator,name=iPhone 14" -configuration "Debug"

0 comments on commit d153dcf

Please sign in to comment.