summaryrefslogtreecommitdiff
path: root/systest/all_SUITE_data/grisp_explode/rebar.config
blob: 43c9f635d7189bc23e808c7288716f3d2ade02bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{deps, [grisp]}.

{plugins, [{rebar3_grisp, "0.1.0"}]}.

{erl_opts, [debug_info]}.

{grisp, [
    {otp_release, "19"},
    {deploy, [
        {destination, "/path/to/SD-card"}
    ]}
]}.

{relx, [
    {release, {mygrispproject, "0.1.0"}, [mygrispproject]}
]}.