feat(drone): init config

master
Bo-Yi Wu 2019-06-19 22:26:03 +08:00
parent d2385008db
commit 2dd3a72837
1 changed files with 14 additions and 0 deletions

14
.drone.yml 100644
View File

@ -0,0 +1,14 @@
---
kind: pipeline
name: testing
platform:
os: linux
arch: amd64
steps:
- name: lint
pull: always
image: ansible/ansible:ubuntu1404
commands:
- make lint