|
|
- {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}.
|