summaryrefslogtreecommitdiff
path: root/systest/all_SUITE_data/grisp_explode/rebar.config
diff options
context:
space:
mode:
authorFred Hebert <mononcqc@ferd.ca>2017-12-06 11:37:07 -0500
committerGitHub <noreply@github.com>2017-12-06 11:37:07 -0500
commit8b2bca0e64d5f54b97f6315aa5b2c3380ed92c99 (patch)
tree0404d9c817ae3de555f1b1cc757d725af2beaf67 /systest/all_SUITE_data/grisp_explode/rebar.config
parentdb05d1ead04f5928a0e865d8317ad6204637cc48 (diff)
parentf12871451f2c60bc35da053198ccc48d1b1db687 (diff)
Merge pull request #1686 from ferd/global-plugin-path-fix
Prevent plugin unloading from killing currently running command (soft-purge in-compile)
Diffstat (limited to 'systest/all_SUITE_data/grisp_explode/rebar.config')
-rw-r--r--systest/all_SUITE_data/grisp_explode/rebar.config16
1 files changed, 16 insertions, 0 deletions
diff --git a/systest/all_SUITE_data/grisp_explode/rebar.config b/systest/all_SUITE_data/grisp_explode/rebar.config
new file mode 100644
index 0000000..43c9f63
--- /dev/null
+++ b/systest/all_SUITE_data/grisp_explode/rebar.config
@@ -0,0 +1,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]}
+]}.