add drone ci config

This commit is contained in:
Jeffrey Paul 2019-11-07 12:23:10 -08:00
parent dfc2a06257
commit efbdf2f86c
1 changed files with 7 additions and 0 deletions

7
.drone.yml Normal file
View File

@ -0,0 +1,7 @@
pipeline:
build:
image: docker
commands:
- docker build .
volumes:
- /var/run/docker.sock:/var/run/docker.sock