Mix v1.1.1 Mix.Tasks.Deps.Compile
Compiles dependencies.
By default, compile all dependencies. A list of dependencies can be given to force the compilation of specific dependencies.
This task attempts to detect if the project contains one of the following files and act accordingly:
mix.exs
- invokesmix compile
rebar.config
- invokesrebar compile
Makefile.win
- invokesnmake /F Makefile.win
(only on Windows)Makefile
- invokesmake
(except on Windows)
The compilation can be customized by passing a compile
option
in the dependency:
{:some_dependency, "0.1.0", compile: "command to compile"}
Summary
Functions
Callback implementation for Mix.Task.run/1