Explorar el Código

Use rebar3 to build

pull/199/head
Andras Boroska hace 5 años
padre
commit
2b85a4a23a
Se han modificado 4 ficheros con 8 adiciones y 5 borrados
  1. +1
    -3
      .travis.yml
  2. BIN
      enc
  3. BIN
      rebar
  4. +7
    -2
      rebar.config

+ 1
- 3
.travis.yml Ver fichero

@ -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 Ver fichero


BIN
rebar Ver fichero


+ 7
- 2
rebar.config Ver fichero

@ -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}}
]}]}.

Cargando…
Cancelar
Guardar