mirror of
https://github.com/processone/ejabberd
synced 2025-10-06 03:50:15 +02:00
Runtime: Run Dialyzer in Mix jobs
This commit is contained in:
parent
f50b5e1a58
commit
dbf0fb8e86
1 changed files with 3 additions and 2 deletions
5
.github/workflows/runtime.yml
vendored
5
.github/workflows/runtime.yml
vendored
|
@ -334,13 +334,14 @@ jobs:
|
|||
./autogen.sh
|
||||
./configure --with-rebar=mix \
|
||||
--prefix=/tmp/ejabberd \
|
||||
--enable-all \
|
||||
--disable-odbc
|
||||
--enable-all
|
||||
mix deps.get
|
||||
make
|
||||
|
||||
- run: make xref
|
||||
|
||||
- run: make dialyzer
|
||||
|
||||
- run: make edoc
|
||||
|
||||
- name: Run rel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue