]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Activate build checks on the development branch rather than the danger branch.
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Fri, 28 Oct 2022 11:42:40 +0000 (12:42 +0100)
committerMike Brady <4265913+mikebrady@users.noreply.github.com>
Fri, 28 Oct 2022 11:42:40 +0000 (12:42 +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

index f891986147dce61eb4e8fcd49be228adb4e94eb0..dbe282555dbedfece0ceb2a242602d987e69cb29 100644 (file)
@@ -1,8 +1,8 @@
-name: Basic AP2 on systemd in build folder 
+name: Basic ALSA configuration for systemd, using a build folder.
 
 on:
   push:
-    branches: [ "danger" ]
+    branches: [ "development" ]
 
 jobs:
   build:
index c7e2bb838ccebf3ffcc01e6a8147b2e672fdad82..fff12cbf952e90cd2d0471e4dddef41de94f3582 100644 (file)
@@ -1,8 +1,8 @@
-name: Full AP2 on systemd build in place
+name: Full configuration (but without apple-alac) for systemd.
 
 on:
   push:
-    branches: [ "danger" ]
+    branches: [ "development" ]
 
 jobs:
   build:
index 065ada59d8ea5785f3991b9e59648bce9758688e..bcdf9103f5a85a19bd2acc9cff8fe8e4abc123f0 100644 (file)
@@ -1,8 +1,8 @@
-name: Full AP2 on systemd in build folder
+name: Full configuration (but without apple-alac) for systemd, using a build folder.
 
 on:
   push:
-    branches: [ "danger" ]
+    branches: [ "development" ]
 
 jobs:
   build:
index eee1b4685fdb4b679f34e3be10630c0f75c6ac4d..0ea08f8656a17f27e3948d32c3a03b7cf040abae 100644 (file)
@@ -1,8 +1,8 @@
-name: AP2 on System V in place
+name: Full configuration (but without apple-alac) for a System V system.
 
 on:
   push:
-    branches: [ "danger" ]
+    branches: [ "development" ]
 
 jobs:
   build:
index abe755915204f870c7131c12a12c166517553546..2dc4e7159e1313550faf7839bcb6e867f6f1f8dc 100644 (file)
@@ -1,4 +1,4 @@
-name: Classic on macOS with brew
+name: Basic libao configuration for macOS with BREW -- classic only, because macOS can't host NQPTP.
 
 on:
   push:
index 952c2daaaef52c450c1b551df6379dac1defe64c..dc2e9ec430a856f8ffaaddae483623157203516b 100644 (file)
@@ -1,8 +1,8 @@
-name: Basic Classic on systemd
+name: Basic ALSA classic configuration for systemd, using a build folder.
 
 on:
   push:
-    branches: [ "danger" ]
+    branches: [ "development" ]
 
 jobs:
   build:
index c648aa76ce16a2c68e0d44cc508e2bfa2b1ea314..bf3ad6513a90cd3824ed95c91b0e7ca705d42f98 100644 (file)
@@ -1,8 +1,8 @@
-name: Classic on systemd in build folder
+name: Full classic configuration (but without apple-alac) for systemd, using a build folder.
 
 on:
   push:
-    branches: [ "danger" ]
+    branches: [ "development" ]
 
 jobs:
   build: