ruapu/erlang/rebar.config
Cocoa a362da640a
Add erlang binding (#54)
* add erlang support

* add erlang support for windows

* add erlang ci for linux and windows
2024-02-29 21:42:14 +08:00

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"}
]}.