mirror of
https://github.com/metosin/reitit.git
synced 2025-12-30 13:18:25 +00:00
Add curl if missing
This commit is contained in:
parent
f7a4e89e7b
commit
59ea24f48b
1 changed files with 7 additions and 4 deletions
|
|
@ -20,6 +20,9 @@ jobs:
|
|||
- run:
|
||||
name: Run tests
|
||||
command: ./scripts/test.sh clj
|
||||
- run:
|
||||
name: Install curl if missing
|
||||
command: apt update && apt install -y curl
|
||||
- run:
|
||||
name: Verify cljdoc.edn
|
||||
command: curl -fsSL https://raw.githubusercontent.com/cljdoc/cljdoc/master/script/verify-cljdoc-edn | bash -s doc/cljdoc.edn
|
||||
|
|
@ -107,13 +110,13 @@ workflows:
|
|||
test-and-build-docs:
|
||||
jobs:
|
||||
- test-clj:
|
||||
image-name: circleci/clojure:openjdk-8-lein
|
||||
image-name: clojure:openjdk-8-lein-2.9.1
|
||||
- test-clj:
|
||||
image-name: circleci/clojure:openjdk-11-lein
|
||||
image-name: clojure:openjdk-11-lein-2.9.1
|
||||
- test-clj:
|
||||
image-name: circleci/clojure:openjdk-13-lein
|
||||
image-name: clojure:openjdk-13-lein-2.9.1
|
||||
- test-clj:
|
||||
image-name: circleci/clojure:openjdk-14-lein
|
||||
image-name: clojure:openjdk-14-lein-2.9.1
|
||||
- test-cljs
|
||||
# - build-docs:
|
||||
# filters:
|
||||
|
|
|
|||
Loading…
Reference in a new issue