From 9fa2c9fed72118aef3331bd0941b37807de9b33e Mon Sep 17 00:00:00 2001 From: Diego Mello Date: Thu, 26 Jan 2023 10:42:47 -0300 Subject: [PATCH] Try orb --- .circleci/config.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8f45a9a2a..ea5cffe71 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,6 +1,9 @@ defaults: &defaults working_directory: ~/repo +orbs: + rn: react-native-community/react-native@7.1.1 + macos: &macos macos: xcode: "14.2.0" @@ -478,6 +481,19 @@ workflows: requires: - ios-build-experimental + - ios-hold-build-experimental-test: + type: approval + requires: + - lint-testunit + - rn/ios_build_and_test: + build_configuration: Release + detox_configuration: ios.sim.release + device: iPhone 12 + project_path: ios/RocketChatRN.xcodeproj + scheme: RocketChatRN + requires: + - ios-hold-build-experimental-test + # iOS Official - ios-hold-build-official: type: approval