* add erlang support * add erlang support for windows * add erlang ci for linux and windows
19 lines
336 B
Erlang
19 lines
336 B
Erlang
{erl_opts, [debug_info]}.
|
|
{deps, []}.
|
|
|
|
{pre_hooks,
|
|
[{"(linux|darwin|solaris)", compile, "make"},
|
|
{"(freebsd)", compile, "gmake"},
|
|
{"win32", compile, "nmake /F Makefile.win"}
|
|
]}.
|
|
|
|
{project_plugins, [rebar3_ex_doc]}.
|
|
|
|
{hex, [
|
|
{doc, #{provider => ex_doc}}
|
|
]}.
|
|
|
|
{ex_doc, [
|
|
{source_url, "https://github.com/nihui/ruapu"}
|
|
]}.
|