mirror of
https://github.com/metosin/reitit.git
synced 2026-02-07 12:23:12 +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:
|
- run:
|
||||||
name: Run tests
|
name: Run tests
|
||||||
command: ./scripts/test.sh clj
|
command: ./scripts/test.sh clj
|
||||||
|
- run:
|
||||||
|
name: Install curl if missing
|
||||||
|
command: apt update && apt install -y curl
|
||||||
- run:
|
- run:
|
||||||
name: Verify cljdoc.edn
|
name: Verify cljdoc.edn
|
||||||
command: curl -fsSL https://raw.githubusercontent.com/cljdoc/cljdoc/master/script/verify-cljdoc-edn | bash -s doc/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:
|
test-and-build-docs:
|
||||||
jobs:
|
jobs:
|
||||||
- test-clj:
|
- test-clj:
|
||||||
image-name: circleci/clojure:openjdk-8-lein
|
image-name: clojure:openjdk-8-lein-2.9.1
|
||||||
- test-clj:
|
- test-clj:
|
||||||
image-name: circleci/clojure:openjdk-11-lein
|
image-name: clojure:openjdk-11-lein-2.9.1
|
||||||
- test-clj:
|
- test-clj:
|
||||||
image-name: circleci/clojure:openjdk-13-lein
|
image-name: clojure:openjdk-13-lein-2.9.1
|
||||||
- test-clj:
|
- test-clj:
|
||||||
image-name: circleci/clojure:openjdk-14-lein
|
image-name: clojure:openjdk-14-lein-2.9.1
|
||||||
- test-cljs
|
- test-cljs
|
||||||
# - build-docs:
|
# - build-docs:
|
||||||
# filters:
|
# filters:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue