mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
15 lines
448 B
YAML
15 lines
448 B
YAML
machine:
|
|
node:
|
|
version: v0.10.26
|
|
checkout:
|
|
post:
|
|
- "[[ ! -s \"$(git rev-parse --git-dir)/shallow\" ]] || git fetch --unshallow"
|
|
test:
|
|
override:
|
|
- ./scripts/circle/test.sh --index=$CIRCLE_NODE_INDEX --total=$CIRCLE_NODE_TOTAL: {parallel: true}
|
|
deployment:
|
|
tasks:
|
|
branch: master
|
|
commands:
|
|
- ./scripts/circle/deploy.sh --sha1=$CIRCLE_SHA1 --index=$CIRCLE_NODE_INDEX --build-number=$CIRCLE_BUILD_NUM: {parallel: true}
|