Add build.clj

This commit is contained in:
2022-06-02 12:24:10 -07:00
parent 93d3ce91ed
commit bf8e3c7c0d
4 changed files with 61 additions and 63 deletions
+6
View File
@@ -11,6 +11,11 @@
:git/url "https://git.fudo.org/fudo-public/fudo-clojure.git"
:sha "2d9303f55f7eac9c2f8989e9a0dde3dc97811220"
}
io.github.clojure/tools.build {
:git/url "https://github.com/clojure/tools.build.git"
:sha "ba1a2bf421838802e7bdefc541b41f57582e53b6"
}
}
:aliases {
:test {
@@ -25,5 +30,6 @@
:main-opts ["-m" "cognitect.test-runner"]
:exec-fn cognitect.test-runner.api/test
}
:build { :default-ns build }
}
}