update change log; clean up build
This commit is contained in:
parent
06e9917daa
commit
3798dca428
2 changed files with 7 additions and 5 deletions
|
|
@ -1,6 +1,7 @@
|
|||
# Changes
|
||||
|
||||
* 2.0.next in progress
|
||||
* Switch from `readme` to `test-doc-blocks` so all documentation is tested!
|
||||
* Clean up build/update deps.
|
||||
|
||||
* 2.0.783 -- 2021-08-15 (a.k.a "2.0 Gold")
|
||||
|
|
|
|||
11
build.clj
11
build.clj
|
|
@ -1,12 +1,13 @@
|
|||
(ns build
|
||||
"HoneySQL's build script.
|
||||
|
||||
clojure -T:build run-tests
|
||||
clojure -T:build run-tests :aliases '[:master]'
|
||||
clojure -T:build ci
|
||||
|
||||
clojure -T:build run-doc-tests :aliases '[:cljs]'
|
||||
|
||||
clojure -T:build ci
|
||||
Run tests:
|
||||
clojure -X:test
|
||||
clojure -X:test:master
|
||||
|
||||
For more information, run:
|
||||
|
||||
|
|
@ -38,8 +39,8 @@
|
|||
(-> [:test-doc]
|
||||
(into aliases)
|
||||
(into (if (some #{:cljs} aliases)
|
||||
[:test-doc-cljs]
|
||||
[:test-doc-clj])))))
|
||||
[:test-doc-cljs]
|
||||
[:test-doc-clj])))))
|
||||
opts)
|
||||
|
||||
(defn ci "Run the CI pipeline of tests (and build the JAR)." [opts]
|
||||
|
|
|
|||
Loading…
Reference in a new issue