From 8521a6d1de7fcb6fd35a804052ad0cbb2faef215 Mon Sep 17 00:00:00 2001 From: Chai Feng Date: Mon, 6 Jan 2020 14:48:33 +0800 Subject: [PATCH] Add .drone.yml --- .drone.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..f84d015 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,10 @@ +--- +kind: pipeline +type: docker +name: default + +steps: +- name: Testing + image: ubuntu:bionic + commands: + - ./test.sh