1 Star 0 Fork 0

镰刀/weex

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
circle.yml 801 Bytes
Copy Edit Raw Blame History
sospartan authored 2017-01-12 11:34 . * [android] add mem dump after ci run
machine:
pre:
- sudo service mongodb stop
- sudo service mysql stop
- sudo service postgresql stop
- sudo service rabbitmq-server stop
- sudo service couchdb stop
node:
version: 7
java:
version: 'oraclejdk8'
test:
override:
# - npm run test
- cd android && ./run-ci.sh
post:
- cp -r android/playground/app/build/outputs $CIRCLE_ARTIFACTS/playground # playground artifacts
- cp -r android/sdk/build/reports $CIRCLE_ARTIFACTS/sdk_reports
dependencies:
cache_directories:
- "node_modules"
- ~/.gradle
- ~/.m2
notify:
webhooks:
# gitter
- url: https://webhooks.gitter.im/e/f1030e2836f6c2beb41c
general:
branches:
ignore:
- gh-pages # ignore weex website
- doc # ignore doc
- /doc-.*/ # ignore doc
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/qq173183886/weex.git
git@gitee.com:qq173183886/weex.git
qq173183886
weex
weex
master

Search