From 7e84295ddf552faff44e1507b89f17e525aac047 Mon Sep 17 00:00:00 2001 From: ICScaryThings Date: Mon, 4 Jul 2022 20:13:08 -0400 Subject: [PATCH] wip drone ci --- .drone.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..90731bc --- /dev/null +++ b/.drone.yml @@ -0,0 +1,13 @@ +--- +kind: pipeline +type: exec +name: default + +platform: + os: linux + arch: amd64 + +steps: +- name: build + commands: + - ./build_container.sh