summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar liamwhite2023-11-30 09:21:12 -0500
committerGravatar GitHub2023-11-30 09:21:12 -0500
commit5345ab40eb7a71cd56de2113d8798e36fc121eb8 (patch)
tree755d0897dd6b95c29c0048e2b4f1b39173490c6c
parentMerge pull request #12074 from GPUCode/yuwu-on-the-metal (diff)
parentadd mac workflow (diff)
downloadyuzu-5345ab40eb7a71cd56de2113d8798e36fc121eb8.tar.gz
yuzu-5345ab40eb7a71cd56de2113d8798e36fc121eb8.tar.xz
yuzu-5345ab40eb7a71cd56de2113d8798e36fc121eb8.zip
Merge pull request #12225 from liamwhite/mac-ci
Add mac workflow
Diffstat (limited to '')
-rw-r--r--.github/workflows/verify.yml19
m---------externals/nx_tzdb/tzdb_to_nx0
2 files changed, 19 insertions, 0 deletions
diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml
index cbe6b0fbd..ea1302b2f 100644
--- a/.github/workflows/verify.yml
+++ b/.github/workflows/verify.yml
@@ -68,6 +68,25 @@ jobs:
68 with: 68 with:
69 name: ${{ matrix.type }} 69 name: ${{ matrix.type }}
70 path: artifacts/ 70 path: artifacts/
71 build-mac:
72 name: 'test build (macos)'
73 needs: format
74 runs-on: macos-13
75 steps:
76 - uses: actions/checkout@v3
77 with:
78 submodules: recursive
79 fetch-depth: 0
80 - name: Install dependencies
81 run: |
82 brew install autoconf automake boost@1.83 ccache ffmpeg fmt glslang hidapi libtool libusb lz4 ninja nlohmann-json openssl pkg-config qt@5 sdl2 speexdsp zlib zlib zstd
83 - name: Build
84 run: |
85 mkdir build
86 cd build
87 export Qt5_DIR="/usr/local/opt/qt@5/lib/cmake"
88 cmake .. -GNinja -DCMAKE_BUILD_TYPE=RelWithDebInfo -DYUZU_USE_BUNDLED_VCPKG=OFF -DYUZU_TESTS=OFF -DENABLE_WEB_SERVICE=OFF -DENABLE_LIBUSB=OFF
89 ninja
71 build-msvc: 90 build-msvc:
72 name: 'test build (windows, msvc)' 91 name: 'test build (windows, msvc)'
73 needs: format 92 needs: format
diff --git a/externals/nx_tzdb/tzdb_to_nx b/externals/nx_tzdb/tzdb_to_nx
Subproject 0d17dd066d91f954a4c89d46dcb067eead6b1e4 Subproject f6680093bca30265c161581fd813d4ddd33f1e3