Skip to content

Commit

Permalink
Merge pull request #858 from erlang-ls/update-makefile
Browse files Browse the repository at this point in the history
Update Makefile to build needed .plt for typer tests
  • Loading branch information
robertoaloi committed Jan 23, 2021
2 parents 90a68d8 + acb19c9 commit 4cebba0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ install: all
@ echo "Installing escript..."
@ cp _build/default/bin/erlang_ls /usr/local/bin

ci:
$HOME/.dialyzer_plt:
dialyzer --build_plt --apps erts kernel stdlib

ci: $HOME/.dialyzer_plt
rebar3 do compile, ct, proper --cover --constraint_tries 100, dialyzer, xref, cover, edoc

coveralls:
Expand Down

0 comments on commit 4cebba0

Please sign in to comment.