Quantcast
Channel: Recent Gists from badsyntax
Viewing all articles
Browse latest Browse all 31

build-ios.sh

$
0
0
build-ios.sh
#!/usr/bin/env bash
echo
echo "!!!! BUILDING IOS, PLEASE WAIT... !!!!!"
echo
npm ci
npm run lint
npm run markdown-link-check
npm run test -- --no-watchman
cd ios
pod install
RN_SRC_EXT=e2e.ts ENVFILE=.env.test xcodebuild -sdk iphonesimulator -derivedDataPath ./build -configuration Release -workspace ./FOO.xcworkspace -scheme FOO build
cd ../
npm run test:ios:release:ci

Viewing all articles
Browse latest Browse all 31

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>