Created
October 18, 2016 07:20
-
-
Save DavidAntaramian/1b620c6c1b243eac9d8d4cde62461ff3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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