rewrite from lager
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

26 lines
818 B

{erl_opts, [
no_debug_info,
deterministic,
warn_deprecated_function,
warn_deprecated_type,
warn_export_vars,
warn_obsolete_guard,
warn_untyped_record,
warn_unused_import,
{i, "include"}
]}.
{deps, [
{eGbh, ".*", {git, "http://sismaker.tpddns.cn:53000/SisMaker/eGbh.git", {branch, "master"}}},
{eFmt, ".*", {git, "http://sismaker.tpddns.cn:53000/SisMaker/eFmt.git", {branch, "master"}}},
{goldrush, ".*", {git, "http://sismaker.tpddns.cn:53000/SisMaker/goldrush.git", {tag, "0.2.0"}}},
{eSync, ".*", {git, "http://sismaker.tpddns.cn:53000/SisMaker/eSync.git", {branch, "master"}}}
%%{observer_cli, ".*", {git, "https://github.com/zhongwencool/observer_cli.git", {tag, "1.6.1"}}}
]}.
{shell, [
% {config, "config/sys.config"},
{apps, [eLog]}
]}.
{cover_enabled, true}.