Commit 42460904 authored by Max Lv's avatar Max Lv

Enlarge max memory for travis-ci

parent 8779427a
...@@ -27,7 +27,7 @@ cache: ...@@ -27,7 +27,7 @@ cache:
- $HOME/.ivy2/cache - $HOME/.ivy2/cache
- $HOME/.sbt/boot - $HOME/.sbt/boot
before_install: install:
- ./travis-ci/setup.sh - ./travis-ci/setup.sh
- export NDK_CCACHE=ccache - export NDK_CCACHE=ccache
- export ARCH=`uname -m` - export ARCH=`uname -m`
...@@ -36,5 +36,9 @@ before_install: ...@@ -36,5 +36,9 @@ before_install:
- export PATH=${ANDROID_NDK_HOME}:${ANDROID_HOME}/tools:${ANDROID_HOME}/platform-tools:${PATH} - export PATH=${ANDROID_NDK_HOME}:${ANDROID_HOME}/tools:${ANDROID_HOME}/platform-tools:${PATH}
- cp local.properties.travis local.properties - cp local.properties.travis local.properties
before_script:
- echo $JAVA_OPTS
- export JAVA_OPTS="-Xmx2048m $JAVA_OPTS"
script: script:
- sbt native-build android:package-release - sbt native-build android:package-release
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment