Skip to content

Commit

Permalink
iosbuild ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
SanttuRantanen committed Sep 24, 2024
1 parent f6bb315 commit 37c7129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iostest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ rm -rf build/ios
brew install chargepoint/xcparse/xcparse

# Run tests
xcodebuild test -project test/ios/iOSUnitTesting/iOSUnitTesting.xcodeproj -scheme iOSUnitTesting -destination 'platform=macOS' -configuration Debug -resultBundlePath build/ios/TestResults.xcresult CODE_SIGN_IDENTITY=- AD_HOC_CODE_SIGNING_ALLOWED=YES CODE_SIGN_STYLE=Automatic DEVELOPMENT_TEAM=42FMY535TP
xcodebuild test -project test/ios/iOSUnitTesting/iOSUnitTesting.xcodeproj -scheme iOSUnitTesting -destination 'platform=macOS' -configuration Debug -resultBundlePath build/ios/TestResults.xcresult

# Check if xcodebuild was successful
if [ $? -ne 0 ]; then
Expand Down

0 comments on commit 37c7129

Please sign in to comment.