Skip to content

Instantly share code, notes, and snippets.

@DavidAntaramian
Created October 18, 2016 07:20
Show Gist options
  • Save DavidAntaramian/1b620c6c1b243eac9d8d4cde62461ff3 to your computer and use it in GitHub Desktop.
Save DavidAntaramian/1b620c6c1b243eac9d8d4cde62461ff3 to your computer and use it in GitHub Desktop.
dependencies:
pre:
- if ! asdf | grep version; then git clone https://github.com/asdf-vm/asdf.git ~/.asdf; fi
- asdf plugin-add erlang https://github.com/asdf-vm/asdf-erlang.git || true
- asdf plugin-add elixir https://github.com/asdf-vm/asdf-elixir.git || true
- asdf install
- mix local.hex --force
- mix local.rebar --force
override:
- mix deps.get
cache_directories:
- ~/.asdf
- ~/.mix
- deps
- _build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment