Current section

Files

Jump to
grisp_cryptoauth rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps, [
{grisp, "~> 2.5"}
]}.
{plugins, [rebar3_grisp]}.
{grisp, [
{otp, [
{version, "27"}
]},
{platform, grisp2},
{build, [
{toolchain, [
{directory, "/Users/sascha/git/grisp2-rtems-toolchain/rtems/5"}
]}
]},
{deploy, [
%{pre_script, "rm -rf /tmp/GRISP/*"},
%{destination, "/tmp/GRISP"}
{pre_script, "rm -rf /Volumes/GRISP/*"},
{destination, "/Volumes/GRISP"},
{post_script, "diskutil unmount /Volumes/GRISP"}
]}
]}.
{relx, [
{release, {grisp_cryptoauth, "2.4.2"}, [
grisp_cryptoauth
]},
{sys_config, "./config/sys.config"},
{vm_args, "./config/vm.args"},
{extended_start_script, true}
]}.
{project_plugins, [rebar3_ex_doc]}.
{hex, [{doc, ex_doc}]}.
{ex_doc, [
{extras, [
{"CHANGELOG.md", #{title => "Changelog"}},
{"README.md", #{title => "Overview"}},
{"LICENSE", #{title => "License"}}
]},
{main, "README.md"},
{homepage_url, "https://github.com/grisp/grisp_cryptoauth"},
{source_url, "https://github.com/grisp/grisp_cryptoauth"}
]}.