Skip to content

Commit

Permalink
adding cyrcle.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mjaric committed Feb 26, 2017
1 parent 24b4bfa commit 63092b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
dependencies:
pre:
- if ! asdf | grep version; then git clone https://github.com/HashNuke/asdf.git ~/.asdf; fi
- asdf plugin-add erlang https://github.com/HashNuke/asdf-erlang.git
- asdf plugin-add elixir https://github.com/HashNuke/asdf-elixir.git
- ~/.asdf/bin/asdf plugin-add erlang https://github.com/HashNuke/asdf-erlang.git
- ~/.asdf/bin/asdf plugin-add elixir https://github.com/HashNuke/asdf-elixir.git
- erlang_version=$(awk '/erlang/ { print $2 }' .tool-versions) && asdf install erlang ${erlang_version}
- elixir_version=$(awk '/elixir/ { print $2 }' .tool-versions) && asdf install elixir ${elixir_version}
- mix local.hex --force
Expand Down

0 comments on commit 63092b6

Please sign in to comment.