retire CircleCI; update build-clj
This commit is contained in:
parent
baf4e8b7e7
commit
5a1fea5bd3
3 changed files with 2 additions and 21 deletions
|
|
@ -1,19 +0,0 @@
|
||||||
version: 2
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
working_directory: ~/next-jdbc
|
|
||||||
docker:
|
|
||||||
- image: circleci/clojure:openjdk-11-tools-deps-1.10.3.933
|
|
||||||
# environment:
|
|
||||||
# JVM_OPTS: -Xmx3200m
|
|
||||||
steps:
|
|
||||||
- checkout
|
|
||||||
- restore_cache:
|
|
||||||
key: next-jdbc-{{ checksum "deps.edn" }}
|
|
||||||
- run: clojure -P -M:build:test
|
|
||||||
- save_cache:
|
|
||||||
paths:
|
|
||||||
- ~/.m2
|
|
||||||
- ~/.gitlibs
|
|
||||||
key: next-jdbc-{{ checksum "deps.edn" }}
|
|
||||||
- run: clojure -T:build ci
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
# next.jdbc [](https://github.com/seancorfield/next-jdbc/actions/workflows/test.yml) [](https://circleci.com/gh/seancorfield/next-jdbc/tree/develop) [](https://gitpod.io/#https://github.com/seancorfield/next-jdbc)
|
# next.jdbc [](https://github.com/seancorfield/next-jdbc/actions/workflows/test.yml) [](https://gitpod.io/#https://github.com/seancorfield/next-jdbc)
|
||||||
|
|
||||||
The next generation of `clojure.java.jdbc`: a new low-level Clojure wrapper for JDBC-based access to databases.
|
The next generation of `clojure.java.jdbc`: a new low-level Clojure wrapper for JDBC-based access to databases.
|
||||||
|
|
||||||
|
|
|
||||||
2
deps.edn
2
deps.edn
|
|
@ -7,7 +7,7 @@
|
||||||
:aliases
|
:aliases
|
||||||
{;; for help: clojure -A:deps -T:build help/doc
|
{;; for help: clojure -A:deps -T:build help/doc
|
||||||
:build {:deps {io.github.seancorfield/build-clj
|
:build {:deps {io.github.seancorfield/build-clj
|
||||||
{:git/tag "v0.5.4" :git/sha "bc9c0cc"}}
|
{:git/tag "v0.5.5" :git/sha "0527130"}}
|
||||||
:ns-default build}
|
:ns-default build}
|
||||||
|
|
||||||
;; versions to test against:
|
;; versions to test against:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue