]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Update workflows.
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Tue, 19 Sep 2023 12:34:56 +0000 (13:34 +0100)
committerMike Brady <4265913+mikebrady@users.noreply.github.com>
Tue, 19 Sep 2023 12:34:56 +0000 (13:34 +0100)
.github/workflows/check_ap2_systemd_basic.yml
.github/workflows/check_ap2_systemd_full.yml
.github/workflows/check_ap2_systemd_full_build_folder.yml
.github/workflows/check_ap2_systemv_full.yml
.github/workflows/check_classic_mac_basic.yml
.github/workflows/check_classic_systemd_basic.yml
.github/workflows/check_classic_systemd_full.yml
.github/workflows/docker-build-on-push_and_pull_request.yaml
.github/workflows/docker-build-on-tag.yaml

index 23e155beeb77ec225ae96b1d6a78a3ae2c7c0d27..367495646e62b62d97a559c062f13a33a1e831ee 100644 (file)
@@ -1,6 +1,7 @@
 name: Basic ALSA configuration for systemd, using a build folder.
 
 on:
+  workflow_dispatch:
   push:
     branches: [ "development" ]
   pull_request:
index 57ca5dfabf8eac48c66f45cdef6abb9e272cb078..bc2d912d4584864c856fc5001b2b1606df280b08 100644 (file)
@@ -1,4 +1,4 @@
-name: Full configuration (but without apple-alac) for systemd.
+name: Configuration (without pa, soundio or apple-alac) for systemd.
 
 on:
   workflow_dispatch:
@@ -15,11 +15,11 @@ jobs:
     steps:
     - uses: actions/checkout@v3.5.2
     - name: Install Dependencies
-      run: sudo apt-get -y --no-install-recommends install build-essential git xmltoman autoconf automake libtool libpopt-dev libconfig-dev libasound2-dev libao-dev libjack-dev libpulse-dev libglib2.0-dev libmosquitto-dev avahi-daemon libavahi-client-dev libssl-dev libsoxr-dev libplist-dev libsodium-dev libavutil-dev libavcodec-dev libavformat-dev uuid-dev libgcrypt-dev xxd    
+      run: sudo apt-get -y --no-install-recommends install build-essential git xmltoman autoconf automake libtool libpopt-dev libconfig-dev libasound2-dev libao-dev libjack-dev libsndio-dev libglib2.0-dev libmosquitto-dev avahi-daemon libavahi-client-dev libssl-dev libsoxr-dev libplist-dev libsodium-dev libavutil-dev libavcodec-dev libavformat-dev uuid-dev libgcrypt-dev xxd    
     - name: Configure
       run: |
         autoreconf -i
-        ./configure --sysconfdir=/etc --with-alsa --with-ao --with-dummy --with-jack --with-pa --with-pipe --with-stdout --with-soxr --with-avahi --with-ssl=openssl --with-systemd --with-dbus-interface --with-mpris-interface --with-mqtt-client --with-airplay-2
+        ./configure --sysconfdir=/etc --with-alsa --with-ao --with-dummy --with-jack --with-pipe --with-sndio --with-stdout --with-soxr --with-avahi --with-ssl=openssl --with-systemd --with-dbus-interface --with-mpris-interface --with-mqtt-client --with-airplay-2
     - name: Make
       run: |
         make -j
index 8d8a97210a3fc749cd61f693c85e3f9e218e689b..98f964cb4134d5978f02347cbf046ce169968998 100644 (file)
@@ -1,6 +1,7 @@
-name: Full configuration (but without apple-alac) for systemd, using a build folder.
+name: Configuration (without pa, soundio or apple-alac) for systemd, using a build folder.
 
 on:
+  workflow_dispatch:
   push:
     branches: [ "development" ]
   pull_request:
@@ -9,18 +10,18 @@ on:
 jobs:
   build:
 
-    runs-on: ubuntu-20.04
+    runs-on: ubuntu-22.04
 
     steps:
     - uses: actions/checkout@v3.5.2
     - name: Install Dependencies
-      run: sudo apt-get -y --no-install-recommends install build-essential git xmltoman autoconf automake libtool libpopt-dev libconfig-dev libasound2-dev libao-dev libjack-dev libpulse-dev libsoundio-dev libsndio-dev libglib2.0-dev libmosquitto-dev avahi-daemon libavahi-client-dev libssl-dev libsoxr-dev libplist-dev libsodium-dev libavutil-dev libavcodec-dev libavformat-dev uuid-dev libgcrypt-dev xxd    
+      run: sudo apt-get -y --no-install-recommends install build-essential git xmltoman autoconf automake libtool libpopt-dev libconfig-dev libasound2-dev libao-dev libjack-dev libsndio-dev libglib2.0-dev libmosquitto-dev avahi-daemon libavahi-client-dev libssl-dev libsoxr-dev libplist-dev libsodium-dev libavutil-dev libavcodec-dev libavformat-dev uuid-dev libgcrypt-dev xxd    
     - name: Configure
       run: |
         mkdir build
         cd build
         autoreconf -i ..
-        ../configure --sysconfdir=/etc --with-alsa --with-ao --with-dummy --with-jack --with-pa --with-pipe --with-sndio --with-soundio --with-stdout --with-soxr --with-avahi --with-ssl=openssl --with-systemd --with-dbus-interface --with-mpris-interface --with-mqtt-client --with-airplay-2
+        ../configure --sysconfdir=/etc --with-alsa --with-ao --with-dummy --with-jack --with-pipe --with-sndio --with-stdout --with-soxr --with-avahi --with-ssl=openssl --with-systemd --with-dbus-interface --with-mpris-interface --with-mqtt-client --with-airplay-2
     - name: Make
       run: |
         cd build
index 1f8dab0737b22dbb38d82d4eab8cdc30fd2529fc..3f46c0d6279f6cf6fdf39d2030766b82a2a89a07 100644 (file)
@@ -1,6 +1,7 @@
-name: Full configuration (but without apple-alac) for a System V system.
+name: Configuration (but without pa, soundio, apple-alac) for a System V system.
 
 on:
+  workflow_dispatch:
   push:
     branches: [ "development" ]
   pull_request:
@@ -14,11 +15,11 @@ jobs:
     steps:
     - uses: actions/checkout@v3.5.2
     - name: Install Dependencies
-      run: sudo apt-get -y --no-install-recommends install build-essential git xmltoman autoconf automake libtool libpopt-dev libdaemon-dev libconfig-dev libasound2-dev libao-dev libjack-dev libpulse-dev libsoundio-dev libsndio-dev libglib2.0-dev libmosquitto-dev avahi-daemon libavahi-client-dev libssl-dev libsoxr-dev libplist-dev libsodium-dev libavutil-dev libavcodec-dev libavformat-dev uuid-dev libgcrypt-dev xxd    
+      run: sudo apt-get -y --no-install-recommends install build-essential git xmltoman autoconf automake libtool libpopt-dev libdaemon-dev libconfig-dev libasound2-dev libao-dev libjack-dev libsndio-dev libglib2.0-dev libmosquitto-dev avahi-daemon libavahi-client-dev libssl-dev libsoxr-dev libplist-dev libsodium-dev libavutil-dev libavcodec-dev libavformat-dev uuid-dev libgcrypt-dev xxd    
     - name: Configure
       run: |
         autoreconf -i
-        ./configure --sysconfdir=/etc --with-alsa --with-ao --with-dummy --with-libdaemon --with-jack --with-pa --with-pipe --with-sndio --with-soundio --with-stdout --with-soxr --with-avahi --with-ssl=openssl --with-systemv --with-dbus-interface --with-mpris-interface --with-mqtt-client --with-airplay-2
+        ./configure --sysconfdir=/etc --with-alsa --with-ao --with-dummy --with-libdaemon --with-jack --with-pipe --with-sndio --with-stdout --with-soxr --with-avahi --with-ssl=openssl --with-systemv --with-dbus-interface --with-mpris-interface --with-mqtt-client --with-airplay-2
     - name: Make
       run: |
         make -j
index b06e046a2f0c0d0dc900d112fb51960de9b848e8..40d0cbea856e4ef1cea023e88db90c3a532397cb 100644 (file)
@@ -1,6 +1,7 @@
 name: Basic libao configuration for macOS with BREW -- classic only, because macOS can't host NQPTP.
 
 on:
+  workflow_dispatch:
   push:
     branches: [ "development", "danger" ]
   pull_request:
index 95f9d9049d909342632d0b613a40747405f1fa45..ead6de279b0088831c928571d6bf82a3dabe236a 100644 (file)
@@ -1,6 +1,7 @@
 name: Basic ALSA classic configuration for systemd, using a build folder.
 
 on:
+  workflow_dispatch:
   push:
     branches: [ "development" ]
   pull_request:
index a6de54c853ca228d659397ef1901b9fd11ad2327..4d289c5321e1c96e4150eeafd8db9f965c7dd5eb 100644 (file)
@@ -1,4 +1,4 @@
-name: Full classic configuration (but without apple-alac) for systemd, using a build folder.
+name: Classic (without pa, soundio, apple-alac) for systemd, using a build folder.
 
 on:
   workflow_dispatch:
@@ -15,13 +15,13 @@ jobs:
     steps:
     - uses: actions/checkout@v3.5.2
     - name: Install Dependencies
-      run: sudo apt-get -y --no-install-recommends install build-essential git xmltoman autoconf automake libtool libpopt-dev libconfig-dev libasound2-dev libao-dev libjack-dev libpulse-dev libsoundio-dev libsndio-dev libglib2.0-dev libmosquitto-dev avahi-daemon libavahi-client-dev libssl-dev libsoxr-dev    
+      run: sudo apt-get -y --no-install-recommends install build-essential git xmltoman autoconf automake libtool libpopt-dev libconfig-dev libasound2-dev libao-dev libjack-dev libsndio-dev libglib2.0-dev libmosquitto-dev avahi-daemon libavahi-client-dev libssl-dev libsoxr-dev    
     - name: Configure
       run: |
         mkdir build
         cd build
         autoreconf -i ..
-        ../configure --sysconfdir=/etc --with-alsa --with-ao --with-dummy --with-jack --with-pa --with-pipe --with-sndio --with-soundio --with-stdout --with-soxr --with-avahi --with-ssl=openssl --with-systemd --with-dbus-interface --with-mpris-interface --with-mqtt-client
+        ../configure --sysconfdir=/etc --with-alsa --with-ao --with-dummy --with-pipe --with-stdout --with-soxr --with-avahi --with-ssl=openssl --with-systemd --with-dbus-interface --with-mpris-interface --with-mqtt-client
     - name: Make
       run: |
         cd build
index fdbeb8106c03ab3236f4a230eedf2f1be735aa5d..01df710de15fded0b0eb4ed4b63a0737dce65967 100644 (file)
@@ -7,6 +7,7 @@
 name: Build and push docker (push/pull request)
 
 on:
+  workflow_dispatch:
   push:
     branches:
       - master
index a83882bc430297fb44075fae275ba1559b688e7b..5c9187771936bcbcc5ccfe6b25f3545ed6904599 100644 (file)
@@ -8,6 +8,7 @@
 name: Build and push docker (tag)
 
 on:
+  workflow_dispatch:
   push:
     tags:
       - '[0-9]+'                 # X