Commit 2719b3c
authored
Make rebar3_archive_plugin conditional on rebar3 (#112)
* Make it work with rebar2:
Make the rebar3_archive_code plugin included only for rebar3.
* Include the right path to the tests:
It looks like ./rebar3 eunit is broken in the master branch.
Somehow it does not compile the tests. Had to edit the
rebar.config and provide a path to the unit tests.1 parent e40e92d commit 2719b3c
2 files changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
47 | 49 | | |
48 | 50 | | |
49 | 51 | | |
| |||
56 | 58 | | |
57 | 59 | | |
58 | 60 | | |
59 | | - | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
0 commit comments