-
Notifications
You must be signed in to change notification settings - Fork 217
/
shippable.yml
46 lines (38 loc) · 1.15 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
language: node_js
env:
global:
- PATH=$PATH:./node_modules/.bin
- secure: uW+a9ILOBWyyu0PhcoEjyu1vvfWc1q3rQi7Rj69rLKhg1tia9zEFiLWxY3pTO6TsrgUuH+SD1zzElVppV3kkbwL1FQ4lgACOB+p76y+c2VD+A7StLgNkWnoUSy7YRyMCZRg/7DUsw+oLOvQcUfubZqdLKRLfJca4ebfGD5utc8cfVO7HjqhFN/teFJ/7LDyTNsbpAi0oOzH0UNMyyREoi+o/Qgfqv5ByLPiiJA2bKvxBQs1CeiN4qWPWR21LDrEehLLnZZ7c/5wMh15LlYBPdxGn2pSK+0Yy9V6YrX0YQkqaXLMyOvlp53VfDlWj8LyRV0JZZoVewh9RXxPCbyvKKQ==
branches:
except:
- gh-pages
build:
pre_ci_boot:
image_name: drydock/u16nodall
image_tag: v7.2.4
ci:
- nvm use 10
- npm config set -g audit false
#
# Lint and build examples
- cd examples
- npm ci --ignore-scripts
- npm run lint
- npm run build-all
- cd -
#
# Lint and build Angular Universal Node example
- cd examples-standalone/angular-universal/node_sample_application
- npm ci --ignore-scripts
- npm run lint
- npm run build
- cd -
resources:
- name: shippable-kendo-angular-push
type: integration
integration: shippable-kendo-angular
jobs:
- name: kendo-angular_runCI
type: runCI
steps:
- IN: shippable-kendo-angular-push