Add the Gitlab CI/CD configuration.
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-10-09 20:00:50 +03:00
parent 51609b1d27
commit 77efa81c54
+10
View File
@@ -0,0 +1,10 @@
image: clojure:temurin-11-lein-2.10.0-alpine
stages:
- test
unit tests:
stage: test
script:
- lein test