mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
Runtime: Run Dialyzer in Mix jobs
This commit is contained in:
parent
f50b5e1a58
commit
dbf0fb8e86
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…
Reference in New Issue
Block a user