awesome-cordova-plugins/circle.yml

28 lines
392 B
YAML
Raw Normal View History

2016-01-26 11:25:16 +08:00
machine:
node:
version: 4.1.0
ruby:
version: 2.1.2
2016-03-16 04:55:23 +08:00
2016-06-01 18:47:50 +08:00
general:
branches:
only:
- master # ignore PRs and branches
2016-04-30 05:09:01 +08:00
2016-05-05 06:03:53 +08:00
dependencies:
pre:
- ./scripts/docs/prepare.sh
cache_directories:
- "~/ionic-site" # cache ionic-site
test:
override:
2016-09-07 09:42:29 +08:00
- npm test
2016-06-27 01:02:20 +08:00
- npm run build
2016-05-05 06:03:53 +08:00
deployment:
staging:
branch: master
commands:
- ./scripts/docs/update_docs.sh