Install Sable from path provided with --sable-bin
This commit is contained in:
9
project.clj
Normal file
9
project.clj
Normal file
@ -0,0 +1,9 @@
|
||||
(defproject jable "0.1.0-SNAPSHOT"
|
||||
:description "Jepsen tests for the Sable IRCd"
|
||||
:url "https://git.tf/val/jable/"
|
||||
:license {:name "AGPL-3.0-only"
|
||||
:url "https://www.gnu.org/licenses/agpl-3.0.txt"}
|
||||
:dependencies [[org.clojure/clojure "1.11.1"]
|
||||
[jepsen "0.3.3"]]
|
||||
:repl-options {:init-ns jable.core}
|
||||
:main jable.cli)
|
Reference in New Issue
Block a user