Skip to content

Commit

Permalink
Make PLT a separate build target
Browse files Browse the repository at this point in the history
So that it does not get rebuilt every time the `make ci` target is run.
  • Loading branch information
alanz committed Jan 19, 2021
1 parent b9840c3 commit acb19c9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +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 acb19c9

Please sign in to comment.