mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-09 19:32:03 +02:00
workflows: fix mac cmake
This commit is contained in:
parent
63e32c4a83
commit
d1bde4f8b2
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -12,10 +12,8 @@ jobs:
|
||||
toolchain:
|
||||
- name: "qmake"
|
||||
cmd: "export PATH=$PATH:/usr/local/opt/qt/bin && ./build.sh"
|
||||
output: build/release/bin/monero-wallet-gui.app/Contents/MacOS/monero-wallet-gui
|
||||
- name: "cmake"
|
||||
cmd: "USE_SINGLE_BUILDDIR=ON DEV_MODE=ON make release -j3"
|
||||
output: build/release/bin/monero-wallet-gui
|
||||
name: build-macos-${{ matrix.toolchain.name }}
|
||||
|
||||
steps:
|
||||
@ -27,7 +25,7 @@ jobs:
|
||||
- name: build
|
||||
run: ${{ matrix.toolchain.cmd }}
|
||||
- name: test qml
|
||||
run: ${{ matrix.toolchain.output }} --test-qml
|
||||
run: build/release/bin/monero-wallet-gui.app/Contents/MacOS/monero-wallet-gui --test-qml
|
||||
|
||||
build-ubuntu:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user