Commit af6fcf0e authored by Max Lv's avatar Max Lv

revert heap size

parent 4543bc0f
...@@ -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 -J-Xmx4g publish-local - sbt 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 -J-Xmx4g clean - sbt clean
- sbt -J-Xmx4g apk - sbt apk
after_success: after_success:
- sbt -J-Xmx4g deploy - sbt 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