]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Try a macOS check.
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Wed, 28 Sep 2022 21:46:26 +0000 (22:46 +0100)
committerMike Brady <4265913+mikebrady@users.noreply.github.com>
Wed, 28 Sep 2022 21:46:26 +0000 (22:46 +0100)
.github/workflows/check_classic_mac_basic.yml [new file with mode: 0644]

diff --git a/.github/workflows/check_classic_mac_basic.yml b/.github/workflows/check_classic_mac_basic.yml
new file mode 100644 (file)
index 0000000..48985a8
--- /dev/null
@@ -0,0 +1,20 @@
+name: Check Basic Classic on macOS with brew
+
+on:
+  push:
+    branches: [ "danger" ]
+
+jobs:
+  build:
+
+    runs-on: macos-latest
+
+    steps:
+    - uses: actions/checkout@v3
+    - name: Install Dependencies
+      run: |
+        brew update
+        brew install autoconf
+        brew install automake
+        brew install pkg-config
+        brew install openssl