Skip to content

Commit 4cebba0

Browse files
authored
Merge pull request #858 from erlang-ls/update-makefile
Update Makefile to build needed .plt for typer tests
2 parents 90a68d8 + acb19c9 commit 4cebba0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ install: all
88
@ echo "Installing escript..."
99
@ cp _build/default/bin/erlang_ls /usr/local/bin
1010

11-
ci:
11+
$HOME/.dialyzer_plt:
12+
dialyzer --build_plt --apps erts kernel stdlib
13+
14+
ci: $HOME/.dialyzer_plt
1215
rebar3 do compile, ct, proper --cover --constraint_tries 100, dialyzer, xref, cover, edoc
1316

1417
coveralls:

0 commit comments

Comments
 (0)