File tree 2 files changed +13
-2
lines changed
2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change
1
+ {:min-bb-version " 1.3.187"
2
+ :paths [" script" ]
3
+ :tasks {test {:doc " Test all projects"
4
+ :task (do
5
+ (println " Install metrics-clojure-core in $HOME/.m2/repository" )
6
+ (shell {:dir " metrics-clojure-core" } " lein install" )
7
+ (doseq [proj [" core" " ganglia" " graphite" " health"
8
+ " influxdb" " jvm" " riemann" " ring" ]]
9
+ (let [dir (str " metrics-clojure-" proj)]
10
+ (println " Testing project:" dir)
11
+ (shell {:dir dir} " lein test" ))))}}}
Original file line number Diff line number Diff line change 14
14
:snapshots true
15
15
:releases {:checksum :fail :update :always }}}
16
16
:profiles {:1.8 {:dependencies [[org.clojure/clojure " 1.8.0" ]]}
17
- :master {:dependencies [[org.clojure/clojure " 1.10.0-master-SNAPSHOT " ]]}
17
+ :1.10 {:dependencies [[org.clojure/clojure " 1.10.0" ]]}
18
18
:dev {:global-vars {*warn-on-reflection* true }}}
19
- :aliases {" all" [" with-profile" " +dev:+1.8:+master " ]}
19
+ :aliases {" all" [" with-profile" " +dev:+1.8:+1.10 " ]}
20
20
:global-vars {*warn-on-reflection* true })
You can’t perform that action at this time.
0 commit comments