Skip to content

Commit

Permalink
chore: Remove Homekit and Alamofire tests (#4429)
Browse files Browse the repository at this point in the history
We don't run the test-alamofire.sh and test-homekit.sh anymore in CI, see GH-2916 and decision log .
Both scripts don't even work anymore. We can remove them.
  • Loading branch information
philipphofmann authored Oct 11, 2024
1 parent 3bf3c92 commit 5a6e387
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 408 deletions.
6 changes: 0 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,6 @@ run-test-server:
cd ./test-server && swift run &
.PHONY: run-test-server

test-alamofire:
./scripts/test-alamofire.sh

test-homekit:
./scripts/test-homekit.sh

analyze:
rm -rf analyzer
xcodebuild analyze -workspace Sentry.xcworkspace -scheme Sentry -configuration Release CLANG_ANALYZER_OUTPUT=html CLANG_ANALYZER_OUTPUT_DIR=analyzer -destination "platform=iOS Simulator,OS=latest,name=iPhone 11" CODE_SIGNING_ALLOWED="NO" | xcpretty -t && [[ -z `find analyzer -name "*.html"` ]]
Expand Down
126 changes: 0 additions & 126 deletions scripts/add-local-sentry-to-alamofire.patch

This file was deleted.

176 changes: 0 additions & 176 deletions scripts/add-local-sentry-to-homekit.patch

This file was deleted.

54 changes: 0 additions & 54 deletions scripts/test-alamofire.sh

This file was deleted.

Loading

0 comments on commit 5a6e387

Please sign in to comment.