forked from DevExpress/DevExtreme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.drone.yml
34 lines (30 loc) · 949 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
# https://github.com/drone/drone/
clone:
git:
image: plugins/git
depth: 50
pipeline:
build:
image: devexpress/devextreme-build:19_1
environment:
- HEADLESS=true
commands:
- ./drone-cache.sh restore
- ./docker-ci.sh
- ./drone-cache.sh rebuild
matrix:
include:
- { TARGET: lint }
- { TARGET: ts }
- { TARGET: test, CONSTEL: misc }
- { TARGET: test, CONSTEL: ui }
- { TARGET: test, CONSTEL: ui.editors }
- { TARGET: test, CONSTEL: ui.grid }
- { TARGET: test, CONSTEL: ui.scheduler }
- { TARGET: test, CONSTEL: viz }
- { TARGET: test, BROWSER: firefox, CONSTEL: misc }
- { TARGET: test, BROWSER: firefox, CONSTEL: ui }
- { TARGET: test, BROWSER: firefox, CONSTEL: ui.editors }
- { TARGET: test, BROWSER: firefox, CONSTEL: ui.grid }
- { TARGET: test, BROWSER: firefox, CONSTEL: ui.scheduler }
- { TARGET: test, BROWSER: firefox, CONSTEL: viz }