Liking cljdoc? Tell your friends :D

monkey.ci.script.runtime

Functions for creating a runtime for build scripts

Functions for creating a runtime for build scripts
raw docstring

buildclj

source

exit!clj

(exit! exit-code)
source

make-systemclj

(make-system config)

Given a script configuration object, creates component system. When started, it handles and posts events that execute the build script.

Given a script configuration object, creates component system.  When started,
it handles and posts events that execute the build script.
sourceraw docstring

run-scriptclj

(run-script config)

Starts the script runtime using given configuration and runs the script jobs. Returns a deferred that will hold the script status and result on completion.

Starts the script runtime using given configuration and runs the script jobs.
Returns a deferred that will hold the script status and result on completion.
sourceraw docstring

run-script!clj

(run-script! {:keys [config]})

Loads and runs the script jobs. Exits the process with a zero exit code on success.

Loads and runs the script jobs.  Exits the process with a zero exit code on success.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close