forked from DevExpress/DevExtreme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.drone.yml
69 lines (64 loc) · 2.85 KB
/
.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
# 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:20_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: misc, TZ: 'PST8PDT' }
- { TARGET: test, CONSTEL: misc, TZ: 'Japan' }
- { TARGET: test, CONSTEL: misc, TZ: 'Australia/ACT' }
- { TARGET: test, CONSTEL: ui }
- { TARGET: test, CONSTEL: ui.editors }
- { TARGET: test, CONSTEL: ui.editors, TZ: 'PST8PDT' }
- { TARGET: test, CONSTEL: ui.editors, TZ: 'Japan' }
- { TARGET: test, CONSTEL: ui.editors, TZ: 'Australia/ACT' }
- { TARGET: test, CONSTEL: ui.grid }
- { TARGET: test, CONSTEL: ui.scheduler }
- { TARGET: test, CONSTEL: ui.scheduler, TZ: 'PST8PDT' }
- { TARGET: test, CONSTEL: ui.scheduler, TZ: 'Japan' }
- { TARGET: test, CONSTEL: ui.scheduler, TZ: 'Australia/ACT' }
- { TARGET: test, CONSTEL: viz }
- { TARGET: test, PERF: true, JQUERY: true, NO_HEADLESS: true }
- { TARGET: test, MOBILE_UA: ios9, CONSTEL: ui }
- { TARGET: test, MOBILE_UA: ios9, CONSTEL: ui.editors, NO_HEADLESS: true }
- { TARGET: test, MOBILE_UA: ios9, CONSTEL: ui.grid }
- { TARGET: test, MOBILE_UA: ios9, CONSTEL: ui.scheduler }
- { TARGET: test, MOBILE_UA: ios9, CONSTEL: viz }
- { TARGET: test, MOBILE_UA: android6, JQUERY: true, CONSTEL: ui }
- { TARGET: test, MOBILE_UA: android6, JQUERY: true, CONSTEL: ui.editors, NO_HEADLESS: true }
- { TARGET: test, MOBILE_UA: android6, JQUERY: true, CONSTEL: ui.grid }
- { TARGET: test, MOBILE_UA: android6, JQUERY: true, CONSTEL: ui.scheduler }
- { TARGET: test, MOBILE_UA: android6, JQUERY: true, CONSTEL: viz }
- { TARGET: test, BROWSER: firefox, JQUERY: true, CONSTEL: export }
- { TARGET: test, BROWSER: firefox, JQUERY: true, CONSTEL: misc }
- { TARGET: test, BROWSER: firefox, JQUERY: true, CONSTEL: ui }
- { TARGET: test, BROWSER: firefox, JQUERY: true, CONSTEL: ui.editors }
- { TARGET: test, BROWSER: firefox, JQUERY: true, CONSTEL: ui.grid }
- { TARGET: test, BROWSER: firefox, JQUERY: true, CONSTEL: ui.scheduler }
- { TARGET: test, BROWSER: firefox, JQUERY: true, CONSTEL: viz }
- { TARGET: test_functional, COMPONENT: dataGrid }
- { TARGET: test_functional, COMPONENT: scheduler, QUARANTINE_MODE: true }
- { TARGET: test_functional, COMPONENT: editors }
- { TARGET: test_functional, COMPONENT: navigation }
- { TARGET: test_themebuilder }
- { TARGET: test_scss }