First commit
This commit is contained in:
@@ -0,0 +1,40 @@
|
||||
%% -*- mode: erlang; erlang-indent-level: 4; indent-tabs-mode: nil -*-
|
||||
|
||||
{minimum_otp_vsn, "27.1"}.
|
||||
|
||||
{erl_opts, [debug_info]}.
|
||||
{plugins, [rebar3_hex]}.
|
||||
|
||||
{deps, [
|
||||
{enoise, {git, "https://git.qpq.swiss/QPQ-AG/enoise.git", {ref, "029292817e"}}},
|
||||
{gmhive_protocol,
|
||||
{git, "https://git.qpq.swiss/QPQ-AG/gmhive_protocol.git",
|
||||
{ref, "ea549141f5"}}},
|
||||
{gmhive_worker, {git, "https://git.qpq.swiss/QPQ-AG/gmhive_worker", {ref, "02ab56dec4"}}},
|
||||
{gmconfig, {git, "https://git.qpq.swiss/QPQ-AG/gmconfig.git",
|
||||
{ref, "32c1ed5c4b"}}},
|
||||
{gproc, "1.0.0"},
|
||||
{setup, {git, "https://github.com/uwiger/setup", {ref, "3ad83ed"}}}
|
||||
]}.
|
||||
|
||||
{post_hooks, [{compile, "./zompify.sh"}]}.
|
||||
|
||||
{relx, [
|
||||
{release, { gmhive_client, "0.1.0" },
|
||||
[sasl, enacl, enoise, gmhive_worker,
|
||||
{gmhive_protocol, load}, gmserialization, gproc, gmconfig, gmhive_client ]},
|
||||
{dev_mode, true},
|
||||
{sys_config, "./config/sys.config"},
|
||||
{vm_args, "./config/vm.args"},
|
||||
{include_erts, false},
|
||||
{generate_start_script, true}
|
||||
]}.
|
||||
|
||||
{xref_checks, [undefined_function_calls, undefined_functions,
|
||||
locals_not_used,
|
||||
deprecated_function_calls, deprecated_functions]}.
|
||||
|
||||
{dialyzer, [ {warnings, [unknown]}
|
||||
, {plt_apps, all_deps}
|
||||
, {base_plt_apps, [erts, kernel, stdlib]}
|
||||
]}.
|
||||
Reference in New Issue
Block a user