https://github.com/martinklepsch/cljdoc-builder
Analysis runner for cljdoc
https://github.com/martinklepsch/cljdoc-builder
Last synced: 3 months ago
JSON representation
Analysis runner for cljdoc
- Host: GitHub
- URL: https://github.com/martinklepsch/cljdoc-builder
- Owner: martinklepsch
- License: epl-2.0
- Created: 2018-01-29T12:07:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-22T16:33:32.000Z (over 6 years ago)
- Last Synced: 2025-01-29T13:46:43.470Z (4 months ago)
- Homepage: https://cljdoc.org
- Size: 59.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Analyzer Service for [cljdoc](https://github.com/martinklepsch/cljdoc)
#### Basic Idea
- Trigger parameterized builds that run [analyze.sh](https://github.com/martinklepsch/cljdoc/blob/master/script/analyze.sh)
- Store resulting edn as build artifact
- Tell non-sandboxed system that new stuff is available via webhook#### Running builds via Circle CI API
See [`script/trigger-circle-analysis.sh`](https://github.com/martinklepsch/cljdoc/blob/master/script/trigger-circle-analysis.sh) in the main [cljdoc repo](https://github.com/martinklepsch/cljdoc/).