Browse Source

Use rebar3 to build

pull/199/head
Andras Boroska 5 years ago
parent
commit
2b85a4a23a
4 changed files with 8 additions and 5 deletions
  1. +1
    -3
      .travis.yml
  2. BIN
      enc
  3. BIN
      rebar
  4. +7
    -2
      rebar.config

+ 1
- 3
.travis.yml View File

@ -3,10 +3,8 @@ notifications:
email: paul.joseph.davis@gmail.com
script: make check
otp_release:
- 22.2.4
- 22.3
- 21.3.8.1
- 20.3.8.22
- 19.3
- 18.3
- 17.5
- R16B03-1

BIN
enc View File


BIN
rebar View File


+ 7
- 2
rebar.config View File

@ -1,3 +1,5 @@
{project_plugins, [pc]}.
{port_specs, [
{"priv/jiffy.so", [
"c_src/*.c",
@ -36,5 +38,8 @@
verbose
]}.
{pre_hooks, [{"", compile, "escript enc compile"}]}.
{post_hooks, [{"", clean, "escript enc clean"}]}.
{provider_hooks,
[{pre, [
{compile, {pc, compile}},
{clean, {pc, clean}}
]}]}.

Loading…
Cancel
Save