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

enlarge heap

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