mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Circle CI: Install Hermes make dependencies
Summary: Adds necessary dependencies to build Hermes from source on Circle CI. Changelog: [Internal] Reviewed By: cortinico Differential Revision: D35298738 fbshipit-source-id: 85ab98f7052ab80a4a9293cab3eabc26c01fba60
This commit is contained in:
committed by
Facebook GitHub Bot
parent
5ff7f809dc
commit
3649355942
@@ -432,6 +432,10 @@ jobs:
|
||||
- run:
|
||||
name: Set USE_HERMES=1
|
||||
command: echo "export USE_HERMES=1" >> $BASH_ENV
|
||||
- with_brew_cache_span:
|
||||
steps:
|
||||
- brew_install:
|
||||
package: cmake ninja
|
||||
|
||||
- run:
|
||||
name: Setup the CocoaPods environment
|
||||
@@ -677,6 +681,10 @@ jobs:
|
||||
- run:
|
||||
name: Set USE_HERMES=1
|
||||
command: echo "export USE_HERMES=1" >> $BASH_ENV
|
||||
- with_brew_cache_span:
|
||||
steps:
|
||||
- brew_install:
|
||||
package: cmake ninja
|
||||
|
||||
- run:
|
||||
name: Install CocoaPods dependencies
|
||||
|
||||
Reference in New Issue
Block a user