forked from alibaba/weex
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcircle.yml
More file actions
28 lines (24 loc) · 719 Bytes
/
circle.yml
File metadata and controls
28 lines (24 loc) · 719 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
machine:
node:
version: 5
test:
override:
- npm run test
- cd android/playground && ./gradlew assembleDebug
- cp -r android/playground/app/build/outputs $CIRCLE_ARTIFACTS # playground artifacts
- cp -r android/sdk/build/outputs/ $CIRCLE_ARTIFACTS # sdk artifacts
- cd android/playground && ./gradlew testDebugUnitTest jacocoTestReportDebug
- cp -r android/sdk/build/reports/ $CIRCLE_ARTIFACTS/reports
dependencies:
cache_directories:
- "node_modules"
notify:
webhooks:
# gitter
- url: https://webhooks.gitter.im/e/f1030e2836f6c2beb41c
general:
branches:
ignore:
- gh-pages # ignore weex website
- doc # ignore doc
- /doc-.*/ # ignore doc