-
Notifications
You must be signed in to change notification settings - Fork 0
/
deps.edn
23 lines (23 loc) · 1.27 KB
/
deps.edn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{:deps {com.taoensso/timbre {:mvn/version "5.2.1"}
io.github.obarbeau/clodiuno-debug {#_#_:git/sha "8d2b3a4d2dc37b08f50b6c522a391b6cad43040f"
:local/root "../clodiuno-debug"}
org.clojure/clojure {:mvn/version "1.11.1"}}
:paths ["src" "resources"]
:aliases
{:build {:deps {io.github.obarbeau/build-clj
{#_#_:git/sha "bb7d3f12381d84b9e230d8497d4d09b9fd6971ab"
:local/root "../../tools/build-clj"}}
:exec-args {:lib io.github.obarbeau/arduino-lab
:main-ns arduino-lab.core
:version "0.1.0-SNAPSHOT"}}
:usb-port {:jvm-opts ["-Dgnu.io.rxtx.SerialPorts=/dev/ttyACM0"
;; gnu.io.CommPortIdentifier
;; requires /usr/lib/jni/librxtxSerial-<version>.so
"-Djava.library.path=/usr/lib/jni"]}
;; run tests & coverage with Kaocha:
;; cd $CLJ/electronics/arduino-lab ; podman_start_kroki
;; clojure -M:usb-port:kaocha-cloverage:test/run
;; watch (but then coverage is not possible)
;; clojure -M:usb-port:kaocha-cloverage:test/watch
:kaocha-cloverage {:extra-paths ["test-resources"]
:extra-deps {lambdaisland/kaocha-cloverage {:mvn/version "1.1.89"}}}}}