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 line
818 B

4 年之前
4 年之前
4 年之前
4 年之前
4 年之前
4 年之前
  1. {erl_opts, [
  2. no_debug_info,
  3. deterministic,
  4. warn_deprecated_function,
  5. warn_deprecated_type,
  6. warn_export_vars,
  7. warn_obsolete_guard,
  8. warn_untyped_record,
  9. warn_unused_import,
  10. {i, "include"}
  11. ]}.
  12. {deps, [
  13. {eGbh, ".*", {git, "http://sismaker.tpddns.cn:53000/SisMaker/eGbh.git", {branch, "master"}}},
  14. {eFmt, ".*", {git, "http://sismaker.tpddns.cn:53000/SisMaker/eFmt.git", {branch, "master"}}},
  15. {goldrush, ".*", {git, "http://sismaker.tpddns.cn:53000/SisMaker/goldrush.git", {tag, "0.2.0"}}},
  16. {eSync, ".*", {git, "http://sismaker.tpddns.cn:53000/SisMaker/eSync.git", {branch, "master"}}}
  17. %%{observer_cli, ".*", {git, "https://github.com/zhongwencool/observer_cli.git", {tag, "1.6.1"}}}
  18. ]}.
  19. {shell, [
  20. % {config, "config/sys.config"},
  21. {apps, [eLog]}
  22. ]}.
  23. {cover_enabled, true}.