mirror of
https://github.com/feather-wallet/feather.git
synced 2024-11-17 01:37:53 +00:00
Actions: add macos
This commit is contained in:
parent
2c8004c872
commit
aff13e6b79
1 changed files with 12 additions and 1 deletions
13
.github/workflows/build.yml
vendored
13
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue