[gh-actions] Add step to build with optional dependencies
This commit is contained in:
parent
29a06d55ca
commit
667dc4613d
|
@ -17,13 +17,15 @@ jobs:
|
|||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -yq build-essential clang clang-tools git autotools-dev autoconf libtool gettext gawk gperf antlr3 libantlr3c-dev libconfuse-dev libunistring-dev libsqlite3-dev libavcodec-dev libavformat-dev libavfilter-dev libswscale-dev libavutil-dev libasound2-dev libmxml-dev libgcrypt20-dev libavahi-client-dev zlib1g-dev libevent-dev libplist-dev libsodium-dev libcurl4-openssl-dev libjson-c-dev libprotobuf-c-dev libpulse-dev libwebsockets-dev libgnutls28-dev
|
||||
- name: configure
|
||||
- name: build and check
|
||||
run: |
|
||||
autoreconf -vi
|
||||
./configure
|
||||
- name: make
|
||||
run: make
|
||||
- name: make check
|
||||
run: make check
|
||||
- name: make distcheck
|
||||
run: make distcheck
|
||||
make
|
||||
make check
|
||||
make distcheck
|
||||
- name: build with lastfm, chromecast, pulse
|
||||
run: |
|
||||
autoreconf -vi
|
||||
./configure --enable-lastfm --enable-chromecast --with-pulseaudio
|
||||
make
|
||||
|
|
Loading…
Reference in New Issue