mirror of
https://github.com/valitydev/psql-migration.git
synced 2024-11-06 01:05:18 +00:00
add post-hook
This commit is contained in:
parent
2de41094cf
commit
0c0a5a99ec
@ -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]}
|
||||
|
Loading…
Reference in New Issue
Block a user