mirror of
https://github.com/facebook/react-native.git
synced 2024-11-22 06:29:46 +00:00
Circle CI: enable BUILD_HERMES_SOURCE for build_ios / test_ios_unit jobs
Summary: Build Hermes from source when testing Hermes on Circle CI. Changelog: [Internal] Reviewed By: cortinico, dmitryrykun Differential Revision: D35679571 fbshipit-source-id: 7829242db28871731821d36f752d0479fd83bb49
This commit is contained in:
parent
f22d4348dc
commit
29c5461114
@ -409,6 +409,11 @@ jobs:
|
||||
- run:
|
||||
name: Set USE_HERMES=1
|
||||
command: echo "export USE_HERMES=1" >> $BASH_ENV
|
||||
|
||||
- run:
|
||||
name: Set BUILD_HERMES_SOURCE=1
|
||||
command: echo "export BUILD_HERMES_SOURCE=1" >> $BASH_ENV
|
||||
|
||||
- with_brew_cache_span:
|
||||
steps:
|
||||
- brew_install:
|
||||
@ -487,6 +492,10 @@ jobs:
|
||||
name: Set USE_HERMES=1
|
||||
command: echo "export USE_HERMES=1" >> $BASH_ENV
|
||||
|
||||
- run:
|
||||
name: Set BUILD_HERMES_SOURCE=1
|
||||
command: echo "export BUILD_HERMES_SOURCE=1" >> $BASH_ENV
|
||||
|
||||
- run:
|
||||
name: Setup the CocoaPods environment
|
||||
command: bundle exec pod setup
|
||||
|
Loading…
Reference in New Issue
Block a user