We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 822f03f commit 2269012Copy full SHA for 2269012
scripts/ci/build-cache-for-ios
@@ -0,0 +1,12 @@
1
+#!/usr/bin/env bash
2
+set -exo pipefail
3
+
4
+echo "Building cache for iOS"
5
6
+yarn
7
8
+yarn setup:artsy
9
10
+yarn setup:releases
11
12
+bundle exec npx expo run:ios
scripts/ci/ci-ios
@@ -5,6 +5,8 @@ source ./scripts/ci/ci-setup-export-vars
BUILD_TYPE=${1:-debug} # default to debug
+./scripts/ci/build-cache-for-ios
if [ "${LOCAL_BRANCH}" != "beta-ios" ] && [ "${LOCAL_BRANCH}" != "app_store_submission" ]; then
./scripts/ci/build-for-tests-ios ${BUILD_TYPE}
else
0 commit comments