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:57 UTC

[46/50] [abbrv] incubator-weex git commit: * [test] revert android ci command

* [test] revert android 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/dc1cbae3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/dc1cbae3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/dc1cbae3

Branch: refs/heads/master
Commit: dc1cbae338664c7a763910a3e3f9ba268b1e0a41
Parents: 9e54e4d
Author: sospartan <so...@gmail.com>
Authored: Wed Jan 11 17:26:53 2017 +0800
Committer: sospartan <so...@gmail.com>
Committed: Wed Jan 11 17:26:53 2017 +0800

----------------------------------------------------------------------
 circle.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/dc1cbae3/circle.yml
----------------------------------------------------------------------
diff --git a/circle.yml b/circle.yml
index 37fd785..77a922c 100644
--- a/circle.yml
+++ b/circle.yml
@@ -13,7 +13,8 @@ test:
   override:
     - npm run build
     - npm run test
-    - 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
+    - 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 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