(Translated by https://www.hiragana.jp/)
GitHub - itdxer/bob: This is what CI/CD should've been.
Skip to content

itdxer/bob

 
 

Repository files navigation

License: GPL v3 CircleCI Dependencies Status

Join the chat at https://gitter.im/bob-cd/bob

Bob the Builder

This is what CI/CD should've been.

Why Bob

Build requirements

  • Any OS supporting Java and Docker
  • JDK 8+ (latest preferred for optimal performance)
  • Leiningen 2.0+

Running requirements

  • Any OS supporting Java and Docker
  • JRE 8+ (latest preferred for optimal performance)
  • Docker (latest preferred for optimal performance)

Testing, building and running

  • Clone this repository.
  • Install the Build requirements.
  • Following steps need Docker:
    • Run lein test to run tests.
    • Run lein uberjar to get the standalone JAR.
    • Run java -jar ./target/bob-standalone.jar to start the server on port 7777.

Extensive Usage + API docs

About

This is what CI/CD should've been.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Clojure 92.5%
  • Python 7.5%