]> Nutra Git (v2) - gamesguru/feather.git/commitdiff
Actions: add macos
authortobtoht <thotbot@protonmail.com>
Mon, 23 May 2022 16:14:59 +0000 (18:14 +0200)
committertobtoht <thotbot@protonmail.com>
Mon, 23 May 2022 16:14:59 +0000 (18:14 +0200)
.github/workflows/build.yml

index ca4cf92f1612334b3ec2830c964c217aa4b63f41..d8bf3491a131f1ec01103a1f2d519b43371f725b 100644 (file)
@@ -78,4 +78,15 @@ jobs:
         with:
           name: ${{ github.job }}
           path: |
-            /home/runner/work/feather/feather/build/release/bin/feather.exe
\ No newline at end of file
+            /home/runner/work/feather/feather/build/release/bin/feather.exe
+
+  macos:
+    runs-on: macOS-latest
+    steps:
+      - uses: actions/checkout@v1
+        with:
+          submodules: recursive
+      - name: install dependencies
+        run: HOMEBREW_NO_AUTO_UPDATE=1 brew install qt@5 libsodium libzip qrencode unbound cmake boost hidapi openssl expat libunwind-headers protobuf pkg-config
+      - name: build
+        run: CMAKE_PREFIX_PATH=/opt/homebrew/opt/qt@5/ make mac-release -j3