feature/build-on-drone-ci #2

Merged
manuel merged 10 commits from feature/build-on-drone-ci into develop 2019-05-04 00:25:59 +02:00
2 changed files with 16 additions and 0 deletions
Showing only changes of commit 17fd6f70b8 - Show all commits

14
.drone.yml Normal file
View file

@ -0,0 +1,14 @@
kind: pipeline
name: default
steps:
- name: prepare
image: node:12
commands:
- npm install
- name: build
image: node:12
environment:
NPMPATH: "node_modules/.bin"
commands:
- $NPMPATH/grunt

View file

@ -9,5 +9,7 @@ charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.yml]
indent_size = 2
[*.md]
trim_trailing_whitespace = false