From 3fa1266dade82e985146ec63556dd6b10abcd24d Mon Sep 17 00:00:00 2001 From: Robert Zaage Date: Mon, 4 Jul 2022 07:36:10 +0000 Subject: [PATCH] Added drone ci definition --- .drone.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..fbab32f --- /dev/null +++ b/.drone.yml @@ -0,0 +1,9 @@ +kind: pipeline +type: docker +name: build + +steps: +- name: compile + image: gcc + commands: + - make \ No newline at end of file