You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by so...@apache.org on 2017/06/09 01:36:43 UTC

[10/12] incubator-weex git commit: * [android] update run_ci.sh

* [android] update run_ci.sh


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/042293c8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/042293c8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/042293c8

Branch: refs/heads/0.14-dev
Commit: 042293c8e6cb73f63de00af0bffc01b4bd273bd0
Parents: 8060293
Author: Rowandjj <rj...@gmail.com>
Authored: Thu Jun 8 20:15:23 2017 +0800
Committer: Rowandjj <rj...@gmail.com>
Committed: Thu Jun 8 20:15:23 2017 +0800

----------------------------------------------------------------------
 android/run-ci.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/042293c8/android/run-ci.sh
----------------------------------------------------------------------
diff --git a/android/run-ci.sh b/android/run-ci.sh
index b3b1612..67fa933 100755
--- a/android/run-ci.sh
+++ b/android/run-ci.sh
@@ -1,7 +1,7 @@
 #!/bin/sh -eu
 # will not exist if err
 set -e
-./gradlew assembleDebug :weex_sdk:testDebugUnitTest --info -PdisableCov=true -PtargetSDK=19 -Dorg.gradle.daemon=true -Dorg.gradle.parallel=true -Dorg.gradle.jvmargs="-Xmx512m -XX:+HeapDumpOnOutOfMemoryError" -Dfile.encoding=UTF-8
+./gradlew clean assembleDebug :weex_sdk:testDebugUnitTest --info -PdisableCov=true -PtargetSDK=19 -Dorg.gradle.daemon=true -Dorg.gradle.parallel=true -Dorg.gradle.jvmargs="-Xmx512m -XX:+HeapDumpOnOutOfMemoryError" -Dfile.encoding=UTF-8
 echo 'Android Unit Test Done!'
 #COLUMNS=2000 ps -m -o pid,rss,command > sdk/build/reports/memdump.txt