aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorselsta <selsta@sent.at>2020-07-29 20:30:06 +0200
committerselsta <selsta@sent.at>2020-07-29 20:30:06 +0200
commitd1bde4f8b2fbfe2ed7b0481d53909c7bad49d13e (patch)
treecdc16ba872adbecd28da8529f21c14cf9ed33cca
parent63e32c4a83f798171c08e093680deafb8b0929a4 (diff)
downloadmonzero-gui-d1bde4f8b2fbfe2ed7b0481d53909c7bad49d13e.tar.gz
monzero-gui-d1bde4f8b2fbfe2ed7b0481d53909c7bad49d13e.tar.xz
monzero-gui-d1bde4f8b2fbfe2ed7b0481d53909c7bad49d13e.zip
workflows: fix mac cmake
-rw-r--r--.github/workflows/build.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 096b560f..af6cf0b6 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -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: