forked from DevExpress/devextreme-angular
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshippable.yml
30 lines (24 loc) · 935 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
26
27
28
29
30
#set your language below
language: node_js
env:
- XUNIT_FILE=shippable/testresults/test-results.xml
node_js:
- "5.10"
before_install:
- shippable_retry npm install -g gulp
before_script:
- mkdir -p shippable/testresults
build:
pre_ci_boot:
image_name: drydock/u14nod
image_tag: prod
pull: true
ci:
- shippable_retry npm install --unsafe-perm
- gulp test
- shippable_retry npm install @angular/core@^5.0.0-rc.1 @angular/common@^5.0.0-rc.1 @angular/forms@^5.0.0-rc.1 @angular/compiler@^5.0.0-rc.1 @angular/platform-browser@^5.0.0-rc.1 @angular/platform-browser-dynamic@^5.0.0-rc.1 --unsafe-perm
- gulp build.tests
- gulp run.tests
- shippable_retry npm install @angular/core@^2.4.2 @angular/common@^2.4.2 @angular/forms@^2.4.2 @angular/compiler@^2.4.2 @angular/platform-browser@^2.4.2 @angular/platform-browser-dynamic@^2.4.2 --unsafe-perm
- gulp build.tests
- gulp run.tests