add post-hook

This commit is contained in:
Marc Nijdam 2019-12-15 08:02:23 -04:00
parent 2de41094cf
commit 0c0a5a99ec
No known key found for this signature in database
GPG Key ID: 1C84AFC593B1B79D

View File

@ -17,6 +17,11 @@
{escript_name, psql_migration}.
{escript_emu_args, "%%! +sbtu +A1\n"}.
{post_hooks, [
{"-win32", compile, "./rebar3 escriptize"},
{"^((?!-win32).)*$", compile, "./rebar3 escriptize"}
]}.
%% Profiles
{profiles, [{test,
[{erl_opts, [debug_info]}