diff --git a/codemagic.yaml b/codemagic.yaml index 9d6361142a4..280a255beba 100644 --- a/codemagic.yaml +++ b/codemagic.yaml @@ -25,9 +25,9 @@ definitions: script: brew install clang-format swiftlint || brew upgrade clang-format swiftlint - name: Installing scripts script: ./scripts/setup - - name: Building projects - script: | - time xcodebuild clean build -project $XCODE_PROJECT -scheme $XCODE_SCHEME -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 14 Pro,OS=16.2' -configuration Debug CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO + # - name: Building projects + # script: | + # time xcodebuild clean build -project $XCODE_PROJECT -scheme $XCODE_SCHEME -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 14 Pro,OS=16.2' -configuration Debug CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO - name: Running tests script: | time xcodebuild clean test -project $XCODE_PROJECT -scheme $XCODE_SCHEME -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 14 Pro,OS=16.2'