[erlang-questions] [ANN] Rebar3 CircleCI Orb

Tristan Sloughter t@REDACTED
Wed Dec 19 03:34:23 CET 2018


CircleCI recently released Orbs (https://circleci.com/orbs/) for creating reusable workflow components.

I've published a rebar3 Orb, https://circleci.com/orbs/registry/orb/tsloughter/rebar3, source on github https://github.com/tsloughter/rebar3_orb

Currently it has commands and jobs for running common test, xref and dialyzer, it caches built dependencies between runs, keyed on a checksum of the rebar.lock file, and stores common test's html output as test artifacts so you can view them after a run. 

I'll be adding conditional support for cover that uploads to codecov and linting with elvis next.

Tristan



More information about the erlang-questions mailing list