mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-10 03:42:05 +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:
|
toolchain:
|
||||||
- name: "qmake"
|
- name: "qmake"
|
||||||
cmd: "export PATH=$PATH:/usr/local/opt/qt/bin && ./build.sh"
|
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"
|
- name: "cmake"
|
||||||
cmd: "USE_SINGLE_BUILDDIR=ON DEV_MODE=ON make release -j3"
|
cmd: "USE_SINGLE_BUILDDIR=ON DEV_MODE=ON make release -j3"
|
||||||
output: build/release/bin/monero-wallet-gui
|
|
||||||
name: build-macos-${{ matrix.toolchain.name }}
|
name: build-macos-${{ matrix.toolchain.name }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@ -27,7 +25,7 @@ jobs:
|
|||||||
- name: build
|
- name: build
|
||||||
run: ${{ matrix.toolchain.cmd }}
|
run: ${{ matrix.toolchain.cmd }}
|
||||||
- name: test qml
|
- 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:
|
build-ubuntu:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user