From fb84900df7fadbe110f45769ec22371287de95e0 Mon Sep 17 00:00:00 2001 From: blackbeard420 Date: Mon, 11 Oct 2021 23:32:09 -0400 Subject: [PATCH] add drone CI for our fork (#1) Reviewed-on: https://git.thc420.dev/blackbeard420/cJSON/pulls/1 Co-authored-by: blackbeard420 Co-committed-by: blackbeard420 --- .drone.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..e51ff42 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,12 @@ +kind: pipeline +type: docker +name: test + +steps: +- name: build + image: voidlinux/voidlinux + commands: + - xbps-install -Sy gcc ninja cmake + - cmake . -G Ninja + - ninja + - ninja test