-
Notifications
You must be signed in to change notification settings - Fork 600
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit c457d67
Showing
2,683 changed files
with
900,918 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
artifacts/* | ||
js/viz/docs/* | ||
node_modules/* | ||
vendor/* |
Oops, something went wrong.