Merge fortuna to master #136

Merged
gorillainduction merged 30 commits from fortuna into master 2019-03-13 18:57:29 +09:00
3 changed files with 8 additions and 1 deletions
Showing only changes of commit 23695330ef - Show all commits

View File

@ -19,7 +19,7 @@ jobs:
- dialyzer-cache-v1-
- run:
name: Build
command: make
command: rebar3 compile
- run:
name: Static Analysis
command: make dialyzer

View File

@ -4,6 +4,8 @@ REBAR ?= rebar3
all: local
sources: $(GENERATED_SRC)
local: $(GENERATED_SRC)
@$(REBAR) as local release

View File

@ -12,6 +12,11 @@
{escript_main_app, aebytecode}.
{escript_name, aefateasm}.
{escript_emu_args, "%%!"}.
{pre_hooks,
[{"(linux|darwin|solaris)", compile, "make sources"},
{"(freebsd)", compile, "gmake sources"}]}.
{provider_hooks, [{post, [{compile, escriptize}]}]}.