Current section
Files
Jump to
Current section
Files
rebar.config
{erl_opts, [debug_info]}.
{deps, [argparse]}.
{plugins, [rebar3_hex]}.
{shell, [
{apps, [erlperf]}
]}.
{escript_incl_apps, [argparse]}.
{cover_enabled, true}.
{cover_opts, [verbose]}.
{post_hooks, [{"(linux|darwin|solaris|freebsd|netbsd|openbsd)",
escriptize,
"cp \"$REBAR_BUILD_DIR/bin/erlperf\" ./erlperf"},
{"win32",
escriptize,
"robocopy \"%REBAR_BUILD_DIR%/bin/\" ./ erlperf* "
"/njs /njh /nfl /ndl & exit /b 0"} % silence things
]}.