diff --git a/.circleci/config.yml b/.circleci/config.yml deleted file mode 100644 index 900eb1b0d..000000000 --- a/.circleci/config.yml +++ /dev/null @@ -1,60 +0,0 @@ -version: 2.1 - -orbs: - # Using 1.0 of our Orbs means it will use the latest 1.0.x version from https://github.com/wordpress-mobile/circleci-orbs - ios: wordpress-mobile/ios@1.0 - git: wordpress-mobile/git@1.0 - -xcode_version: &xcode_version - xcode-version: "12.4.0" - -iphone_test_device: &iphone_test_device - device: iPhone 11 - ios-version: "14.4" - -workflows: - test_and_validate: - jobs: - - ios/test: - name: Test - <<: *xcode_version - bundle-install: false - pod-install: false - workspace: Aztec.xcworkspace - scheme: AztecExample - <<: *iphone_test_device - - - ios/validate-podspec: - name: Validate WordPress-Aztec-iOS.podspec - <<: *xcode_version - podspec-path: WordPress-Aztec-iOS.podspec - - - ios/validate-podspec: - name: Validate WordPress-Editor-iOS.podspec - <<: *xcode_version - podspec-path: WordPress-Editor-iOS.podspec - # Reference WordPress-Aztec-iOS.podspec locally so we don't have to get it from the specs repo - additional-parameters: --include-podspecs=WordPress-Aztec-iOS.podspec - - - ios/publish-podspec: - name: Publish WordPress-Aztec-iOS to Trunk - <<: *xcode_version - podspec-path: WordPress-Aztec-iOS.podspec - post-to-slack: true - filters: - tags: - only: /.*/ - branches: - ignore: /.*/ - - - ios/publish-podspec: - name: Publish WordPress-Editor-iOS to Trunk - requires: [ "Publish WordPress-Aztec-iOS to Trunk" ] - <<: *xcode_version - podspec-path: WordPress-Editor-iOS.podspec - post-to-slack: true - filters: - tags: - only: /.*/ - branches: - ignore: /.*/