rebar/inttest/thooks/rebar.config

8 lines
274 B
Text
Raw Normal View History

%% pre-scripts
{pre_hooks, [{clean, "echo preclean >> preclean.out"},
{compile, "echo precompile >> precompile.out"}]}.
%% post-scripts
{post_hooks, [{clean, "echo postclean >> postclean.out"},
{compile, "echo postcompile >> postcompile.out"}]}.