File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 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 1414 :snapshots true
1515 :releases {:checksum :fail :update :always }}}
1616 :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" ]]}
1818 :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 " ]}
2020 :global-vars {*warn-on-reflection* true })
You can’t perform that action at this time.
0 commit comments