Actions: add macos

This commit is contained in:
tobtoht 2022-05-23 18:14:59 +02:00
parent 2c8004c872
commit aff13e6b79
No known key found for this signature in database
GPG Key ID: 1CADD27F41F45C3C
1 changed files with 12 additions and 1 deletions

View File

@ -78,4 +78,15 @@ jobs:
with:
name: ${{ github.job }}
path: |
/home/runner/work/feather/feather/build/release/bin/feather.exe
/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