kimh / circleci-build-recipies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What's this?

This repo is the collection of CircleCI builds. The collection includes useful examples, techniques and hacks on CircleCI. You can switch branches to view each examples or follow the links below. You can go to corresponding CircleCI builds by clicking the status badge in each branch.

(New!!) Caching Docker with Docker Hub

https://github.com/kimh/circleci-build-recipies/tree/better-docker-cache

Package what you want

https://github.com/kimh/circleci-build-recipies/tree/package-what-you-want

Test metada collection for Clojure with test2junit

https://github.com/kimh/circleci-build-recipies/tree/clojure-test-metadata-with-test2junit

Integration with GCR (Google Container Registry)

https://github.com/kimh/circleci-build-examples/tree/gcr-example

Using ramdisk for Docker storage

https://github.com/kimh/circleci-build-examples/tree/docker-ramdisk

About