forked from DevExpress/DevExtreme
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
35 lines (29 loc) · 661 Bytes
/
Copy path.travis.yml
File metadata and controls
35 lines (29 loc) · 661 Bytes
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
dist: trusty
sudo: required
language: generic
services:
- docker
env:
matrix:
- TARGET=lint
- 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
cache:
directories:
- node_modules
- dotnet_packages
script:
# clean bloated PATH to prevent conflicts
- export PATH=/usr/sbin:/usr/bin:/sbin:/bin
- >
docker run -t
-e HEADLESS=true
-e TARGET=$TARGET
-e CONSTEL=$CONSTEL
-v $TRAVIS_BUILD_DIR:/devextreme
docker.io/devexpress/devextreme-build:17_2
./docker-ci.sh