osx container with android build lets go

This commit is contained in:
Gabriel Delavald 2017-11-01 18:07:15 -02:00
parent e756e69126
commit e6cfbf1085
1 changed files with 5 additions and 2 deletions

View File

@ -1,11 +1,14 @@
machine:
node:
version: 8
xcode:
version: '9.0'
environment:
YARN_VERSION: 0.18.1
# Needed for Android SDK installation bash script (see below)
PATH: "${PATH}:${HOME}/.yarn/bin:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin"
GRADLE_OPTS: '-Dorg.gradle.jvmargs="-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError"'
XCODE_SCHEME: "RocketChatRN"
XCODE_WORKSPACE: "platforms/ios"
XCODE_PROJECT: "RocketChatRN.xcodeproj"
dependencies:
pre: