diff --git a/.github/workflows/build-and-test-linux.yaml b/.github/workflows/build-and-test-linux.yaml index 85aa2bc7..12c9eb41 100644 --- a/.github/workflows/build-and-test-linux.yaml +++ b/.github/workflows/build-and-test-linux.yaml @@ -42,6 +42,7 @@ jobs: libical-dev \ libimlib2-dev \ libircclient-dev \ + libiw-dev \ liblua5.3-dev \ libmicrohttpd-dev \ libmysqlclient-dev \ @@ -76,26 +77,27 @@ jobs: mkdir build cd build cmake .. \ - -DCMAKE_C_COMPILER=$CC \ - -DCMAKE_CXX_COMPILER=$CXX \ - -DBUILD_X11=${{ matrix.x11 }} \ - -DMAINTAINER_MODE=ON \ - -DBUILD_TESTS=ON \ - -DBUILD_MYSQL=ON \ + -DBUILD_AUDACIOUS=ON \ + -DBUILD_HTTP=ON \ + -DBUILD_ICAL=ON \ + -DBUILD_ICONV=ON \ + -DBUILD_IRC=ON \ + -DBUILD_IRC=ON \ + -DBUILD_JOURNAL=ON \ + -DBUILD_LUA_CAIRO=ON \ -DBUILD_LUA_IMLIB2=ON \ -DBUILD_LUA_RSVG=${RSVG_ENABLED} \ - -DBUILD_LUA_CAIRO=ON \ - -DBUILD_AUDACIOUS=ON \ - -DBUILD_XMMS2=ON \ - -DBUILD_ICAL=ON \ - -DBUILD_IRC=ON \ - -DBUILD_HTTP=ON \ - -DBUILD_ICONV=ON \ + -DBUILD_MYSQL=ON \ + -DBUILD_NVIDIA=ON \ -DBUILD_PULSEAUDIO=ON \ - -DBUILD_JOURNAL=ON \ -DBUILD_RSS=ON \ - -DBUILD_IRC=ON \ - -DBUILD_NVIDIA=ON + -DBUILD_TESTS=ON \ + -DBUILD_WLAN=ON \ + -DBUILD_X11=${{ matrix.x11 }} \ + -DBUILD_XMMS2=ON \ + -DCMAKE_C_COMPILER=$CC \ + -DCMAKE_CXX_COMPILER=$CXX \ + -DMAINTAINER_MODE=ON - name: Compile working-directory: build run: make -j5 diff --git a/.github/workflows/publish-appimage.yml b/.github/workflows/publish-appimage.yml index 81274b86..1882ac91 100644 --- a/.github/workflows/publish-appimage.yml +++ b/.github/workflows/publish-appimage.yml @@ -24,11 +24,11 @@ jobs: libaudclient-dev \ libcairo2-dev \ libcurl4-gnutls-dev \ - libcurl4-gnutls-dev \ libglib2.0-dev \ libical-dev \ libimlib2-dev \ libircclient-dev \ + libiw-dev \ liblua5.3-dev \ libmicrohttpd-dev \ libmysqlclient-dev \