From: tobtoht Date: Mon, 23 May 2022 16:14:59 +0000 (+0200) Subject: Actions: add macos X-Git-Url: https://git.nutra.tk/v2?a=commitdiff_plain;h=aff13e6b7998a745ec9d1f6b85f7d694db644ce1;p=gamesguru%2Ffeather.git Actions: add macos --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ca4cf92f..d8bf3491 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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