retire CircleCI; update build-clj

This commit is contained in:
Sean Corfield 2021-11-26 22:06:43 -08:00
parent baf4e8b7e7
commit 5a1fea5bd3
3 changed files with 2 additions and 21 deletions

View file

@ -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

View file

@ -1,4 +1,4 @@
# next.jdbc [![Clojure CI](https://github.com/seancorfield/next-jdbc/actions/workflows/test.yml/badge.svg)](https://github.com/seancorfield/next-jdbc/actions/workflows/test.yml) [![CircleCI](https://circleci.com/gh/seancorfield/next-jdbc/tree/develop.svg?style=svg)](https://circleci.com/gh/seancorfield/next-jdbc/tree/develop) [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/seancorfield/next-jdbc)
# next.jdbc [![Clojure CI](https://github.com/seancorfield/next-jdbc/actions/workflows/test.yml/badge.svg)](https://github.com/seancorfield/next-jdbc/actions/workflows/test.yml) [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](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.

View file

@ -7,7 +7,7 @@
:aliases
{;; for help: clojure -A:deps -T:build help/doc
: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}
;; versions to test against: