An open API service indexing awesome lists of open source software.

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

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/).