From 63f55bbc50d128444f9d57d599ceea1fa652babb Mon Sep 17 00:00:00 2001 From: KKlochko Date: Mon, 11 Sep 2023 22:23:17 +0300 Subject: [PATCH] Add the CI/CD configuration. --- .drone.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .drone.yaml diff --git a/.drone.yaml b/.drone.yaml new file mode 100644 index 0000000..9fbba0e --- /dev/null +++ b/.drone.yaml @@ -0,0 +1,10 @@ +kind: pipeline +type: docker +name: default + +steps: + - name: test + image: clojure:temurin-11-lein-2.10.0-alpine + commands: + - lein test +