From c3badbe3a59400a72ded35aae0e5ae172377c074 Mon Sep 17 00:00:00 2001 From: jiacai_wang Date: Tue, 29 Mar 2022 23:17:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..84069e3 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,7 @@ +kind: pipeline +name: default +steps: +- name: test + image: gcc:latest make:latest + commands: + - make \ No newline at end of file