24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-14 22:00:16 +02:00

Runtime: Test compilation with the included rebar/rebar3 binaries

This commit is contained in:
Badlop 2024-02-19 12:13:50 +01:00
parent 16c9b169f2
commit efe5c76469

View File

@ -61,7 +61,7 @@ jobs:
- name: Compile
run: |
./autogen.sh
./configure --with-rebar=${{ matrix.rebar }} \
./configure --with-rebar=./${{ matrix.rebar }} \
--prefix=/tmp/ejabberd \
--enable-all \
--disable-elixir \
@ -187,7 +187,7 @@ jobs:
- name: Compile
run: |
./autogen.sh
./configure --with-rebar=rebar3 \
./configure --with-rebar=./rebar3 \
--prefix=/tmp/ejabberd \
--enable-all \
--disable-odbc