misc build

This commit is contained in:
Salakar 2018-09-04 14:33:53 +01:00
parent a3a314880c
commit dadcacfbb6
1 changed files with 4 additions and 4 deletions

View File

@ -42,16 +42,17 @@ aliases:
paths:
- /usr/local/Homebrew
- /usr/local/Cellar
key: v1-brew-cache-{{ arch }}
- /usr/local/opt
key: v2-brew-cache-{{ arch }}
- &restore-brew-cache
keys:
- v1-brew-cache-{{ arch }}
- v2-brew-cache-{{ arch }}
- &configure-jet-detox-environment
name: Configure Jet + Detox Environment
command: |
brew install --overwrite node@8 --force
brew install node@8
brew link --overwrite node@8 --force
brew tap wix/brew
brew install applesimutils
@ -155,7 +156,6 @@ jobs:
analyse:
<<: *js_defaults
parallelism: 3
steps:
- attach_workspace:
at: ~/react-native-firebase