add drone ci

This commit is contained in:
fosslinux 2019-04-03 08:42:35 +00:00
parent 4baa7206c4
commit 3241428ea8
1 changed files with 9 additions and 0 deletions

9
.drone.yml Normal file
View File

@ -0,0 +1,9 @@
kind: pipeline
name: default
steps:
- name: check
image: ubuntu:18.04
commands:
- apt install shellcheck
- shellcheck bin/*