utrustdev/Setup Elixir Project

Checks out the code, configures Elixir, fetches dependencies, and manages build caching.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
elixir-versionElixir version to set upyes
otp-versionOTP version to set upyes
hex-org-keyThe API Key for Utrust's organization on Hex.pmyes
clean-re-runFalse if we should not clean dependencies on re-runnotrue
build-depsTrue if we should compile dependenciesnotrue
build-appTrue if we should compile the application itselfnotrue
build-flagsFlags to pass to mix compileno--all-warnings
install-rebarBy default, we will install Rebar (mix local.rebar --force).notrue
install-hexBy default, we will install Hex (mix local.hex --force).notrue
cache-keyIf you need to reset the cache for some reason, you can change this key.nov1
namedescription
otp-versionExact OTP version selected by the BEAM setup step
elixir-versionExact Elixir version selected by the BEAM setup step