Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Commit

Permalink
Introduce port compiler.
Browse files Browse the repository at this point in the history
Fixes #1.
  • Loading branch information
technion committed Dec 17, 2015
1 parent 348c7a9 commit da24152
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
16 changes: 16 additions & 0 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,22 @@
{gen_smtp, {git, "https://github.com/Vagabond/gen_smtp.git", {tag, "0.9.0"}}}
]
}.
{overrides,
[{override, jiffy, [
{plugins, [
{pc, {git, "git@github.com:blt/port_compiler.git", {branch, "master"}}}
]},

{provider_hooks, [
{post,
[
{compile, {pc, compile}},
{clean, {pc, clean}}
]
}]
}
]}
]}.

{relx, [{release, {'ct_advisor', "0.1.0"},
['ct_advisor',
Expand Down
4 changes: 0 additions & 4 deletions rebar.lock
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,4 @@
{<<"poolboy">>,
{git,"git://github.com/devinus/poolboy.git",
{ref,"fa87a6e51534d02c04a118a2f037d0ff296f2309"}},
1},
{<<"proper">>,
{git,"git://github.com/manopapad/proper.git",
{ref,"2b93ff12d8caa8e23e207b04a6aff04bc2d47a63"}},
1}].

0 comments on commit da24152

Please sign in to comment.