Commit 4543bc0f authored by Max Lv's avatar Max Lv

enlarge heap

parent 63e461ca
...@@ -4,7 +4,7 @@ scala: ...@@ -4,7 +4,7 @@ scala:
before_install: before_install:
- git clone https://github.com/madeye/android-plugin.git - git clone https://github.com/madeye/android-plugin.git
- pushd android-plugin - pushd android-plugin
- sbt publish-local - sbt -J-Xmx4g publish-local
- popd - popd
- sudo apt-get update - sudo apt-get update
- sudo apt-get install libc6-dev-i386 - sudo apt-get install libc6-dev-i386
...@@ -28,10 +28,10 @@ install: ...@@ -28,10 +28,10 @@ install:
script: script:
- ./build-ndk.sh - ./build-ndk.sh
- cp local.sbt.example local.sbt - cp local.sbt.example local.sbt
- sbt clean - sbt -J-Xmx4g clean
- sbt apk - sbt -J-Xmx4g apk
after_success: after_success:
- sbt deploy - sbt -J-Xmx4g deploy
env: env:
global: global:
- "ARTIFACTS_AWS_REGION=ap-northeast-1" - "ARTIFACTS_AWS_REGION=ap-northeast-1"
......
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