From af5555ce34663dc77a3460ef65b03893f0d73d31 Mon Sep 17 00:00:00 2001 From: Miguel Alatzar Date: Tue, 21 Jul 2020 14:50:33 -0700 Subject: [PATCH] Remove simulator job (#4605) --- .circleci/config.yml | 35 ----------------------------------- 1 file changed, 35 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ccb055f4f..492221d33 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -368,31 +368,6 @@ jobs: - save: filename: "Mattermost-unsigned.ipa" - build-ios-simulator: - executor: ios - steps: - - checkout: - path: ~/mattermost-mobile - - ruby-setup - - npm-dependencies - - pods-dependencies - - assets - - fastlane-dependencies: - for: ios - - run: - working_directory: fastlane - name: Run fastlane to build unsigned x86_64 iOS app for iPhone simulator - no_output_timeout: 30m - command: | - HOMEBREW_NO_AUTO_UPDATE=1 brew install watchman - bundle exec fastlane ios simulator - - persist_to_workspace: - root: ~/ - paths: - - mattermost-mobile/Mattermost-simulator-x86_64.app.zip - - save: - filename: "Mattermost-simulator-x86_64.app.zip" - deploy-android-release: executor: name: android @@ -573,16 +548,6 @@ workflows: only: /^v(\d+\.)(\d+\.)(\d+)(.*)?$/ branches: only: unsigned - - build-ios-simulator: - context: mattermost-mobile-unsigned - requires: - - test - filters: - branches: - only: - - /^build-\d+$/ - - /^build-ios-\d+$/ - - /^build-ios-beta-\d+$/ - github-release: context: mattermost-mobile-unsigned