Mix.Tasks.Deps.Compile

Compile dependencies.

By default, compile all dependencies. A list of dependencies can be given to force the compilation of specific dependencies.

By default, attempt to detect if the project contains one of the following files:

The compilation can be customized by passing a compile option in the dependency:

{ :some_dependency, "0.1.0", git: "...", compile: "command to compile" }

Command line options

Source

Summary

run(args)

Callback implementation of Mix.Task.run/1

Functions

run(args)

Callback implementation of Mix.Task.run/1.

Source