From 844da04cc39fafbfdb786669e97ae347d0a66a93 Mon Sep 17 00:00:00 2001 From: Filip Rojek Date: Tue, 21 Nov 2023 20:09:23 +0100 Subject: [PATCH] Add .drone.yml --- .drone.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..cce683d --- /dev/null +++ b/.drone.yml @@ -0,0 +1,8 @@ +--- +kind: pipeline +name: default + +steps: + - name: build + image: gcc + command: ["rm config.h; make clean"]