forked from DevExpress/devextreme-reactive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshippable.yml
25 lines (25 loc) · 848 Bytes
/
shippable.yml
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
language: node_js
node_js:
- 6
build:
pre_ci_boot:
image_name: drydock/u14nod
image_tag: prod
pull: true
ci:
- npm i -g npm@latest
- shippable_retry npm install --unsafe-perm
- npm run build
- npm test
- npm run lint:ci
cache: true
cache_dir_list:
- $SHIPPABLE_BUILD_DIR/node_modules
- $SHIPPABLE_BUILD_DIR/packages/dx-core/node_modules
- $SHIPPABLE_BUILD_DIR/packages/dx-grid-core/node_modules
- $SHIPPABLE_BUILD_DIR/packages/dx-react-core/node_modules
- $SHIPPABLE_BUILD_DIR/packages/dx-react-grid/node_modules
- $SHIPPABLE_BUILD_DIR/packages/dx-react-grid-bootstrap3/node_modules
- $SHIPPABLE_BUILD_DIR/packages/dx-react-grid-material-ui/node_modules
- $SHIPPABLE_BUILD_DIR/packages/dx-react-demos/node_modules
- $SHIPPABLE_BUILD_DIR/packages/dx-testing/node_modules