Skip to content

Commit 2269012

Browse files
committed
add step in ci
1 parent 822f03f commit 2269012

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

scripts/ci/build-cache-for-ios

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ source ./scripts/ci/ci-setup-export-vars
55

66
BUILD_TYPE=${1:-debug} # default to debug
77

8+
./scripts/ci/build-cache-for-ios
9+
810
if [ "${LOCAL_BRANCH}" != "beta-ios" ] && [ "${LOCAL_BRANCH}" != "app_store_submission" ]; then
911
./scripts/ci/build-for-tests-ios ${BUILD_TYPE}
1012
else

0 commit comments

Comments
 (0)