Skip to content

Commit

Permalink
import 17_1
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekseyMartynov committed Apr 25, 2017
0 parents commit c457d67
Show file tree
Hide file tree
Showing 2,683 changed files with 900,918 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Install: http://readme.drone.io/0.5/install/cli/
# Docs: http://readme.drone.io/0.5/
# Local run: drone exec --matrix TARGET=test

pipeline:

cache-restore:
image: private/blob-cache-plugin
restore: true
when:
event: [ push, pull_request, tag ]

clone:
image: plugins/git

build:
image: devexpress/devextreme-build:17_1
pull: true
commands: ./docker-ci.sh

cache-rebuild:
image: private/blob-cache-plugin
rebuild: true
when:
event: [ push ]

matrix:
include:
- { 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 }
11 changes: 11 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
root = true

[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 4

[*.{json,yml}]
indent_size = 2
4 changes: 4 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
artifacts/*
js/viz/docs/*
node_modules/*
vendor/*
Loading

0 comments on commit c457d67

Please sign in to comment.