You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by ji...@apache.org on 2017/01/24 08:21:47 UTC

[36/50] [abbrv] incubator-weex git commit: * [android] simplify ci command

* [android] simplify ci command


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

Branch: refs/heads/master
Commit: 0d992e47cca5498fc8af0538d34dc802f91d77bc
Parents: 405b6e6
Author: sospartan <so...@gmail.com>
Authored: Wed Jan 11 16:10:21 2017 +0800
Committer: sospartan <so...@gmail.com>
Committed: Wed Jan 11 16:10:21 2017 +0800

----------------------------------------------------------------------
 circle.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/0d992e47/circle.yml
----------------------------------------------------------------------
diff --git a/circle.yml b/circle.yml
index 70f5817..ee399e2 100644
--- a/circle.yml
+++ b/circle.yml
@@ -12,8 +12,7 @@ machine:
 test:
   override:
    # - npm run test
-    - cd android/playground && ./gradlew assembleDebug -Dorg.gradle.daemon=true -Dorg.gradle.parallel=true -Dorg.gradle.jvmargs="-Xmx512m -XX:+HeapDumpOnOutOfMemoryError" -Dfile.encoding=UTF-8
-    - cd android/sdk && ./gradlew clean testDebugUnitTest -PdisableCov=true -PtargetSDK=19 -Dorg.gradle.daemon=true -Dorg.gradle.parallel=true -Dorg.gradle.jvmargs="-Xmx512m -XX:+HeapDumpOnOutOfMemoryError" -Dfile.encoding=UTF-8
+    - cd android/playground && ./gradlew assembleDebug :weex_sdk:testDebugUnitTest -PdisableCov=true -PtargetSDK=19 -Dorg.gradle.daemon=true -Dorg.gradle.parallel=true -Dorg.gradle.jvmargs="-Xmx512m -XX:+HeapDumpOnOutOfMemoryError" -Dfile.encoding=UTF-8
   post:
     - cp -r android/playground/app/build/outputs $CIRCLE_ARTIFACTS/playground # playground artifacts
     - cp -r android/sdk/build/reports $CIRCLE_ARTIFACTS/sdk_reports