forked from DevExpress/DevExtreme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.drone.yml
40 lines (35 loc) · 980 Bytes
/
.drone.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
# https://github.com/drone/drone/
clone:
git:
image: plugins/git
depth: 50
when:
event: [ push, tag ]
git-pr:
image: devexpress/devextreme-build-git-pr
when:
event: [ pull_request ]
pipeline:
build:
image: devexpress/devextreme-build:21_1
environment:
- TRAVIS=true
commands:
- ./drone-cache.sh restore
- script -qefc ./docker-ci.sh /dev/null
- ./drone-cache.sh rebuild
matrix:
include:
- { TARGET: lint }
- { TARGET: ts }
- { TARGET: test, CONSTEL: export }
- { TARGET: test, CONSTEL: misc }
- { TARGET: test, CONSTEL: ui }
- { TARGET: test, CONSTEL: ui.widgets }
- { TARGET: test, CONSTEL: ui.editors }
- { TARGET: test, CONSTEL: ui.grid }
- { TARGET: test, CONSTEL: ui.scheduler }
- { TARGET: test, CONSTEL: viz }
- { TARGET: test, CONSTEL: renovation }
- { TARGET: test, PERF: true, JQUERY: true, NO_HEADLESS: true }
- { TARGET: test_styles }