diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2020-07-29 13:46:44 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2020-07-29 13:46:44 -0500 |
| commit | 7eeda0a8f075a0d0938486cf0d7718d9d9491c20 (patch) | |
| tree | 092ed054f21c9e1cb363a52a8679b41bcdc7f98f /.github | |
| parent | 9220937c4bfa43e6fc04feee32fc920f46cb95e0 (diff) | |
| parent | d1bde4f8b2fbfe2ed7b0481d53909c7bad49d13e (diff) | |
| download | monzero-gui-7eeda0a8f075a0d0938486cf0d7718d9d9491c20.tar.gz monzero-gui-7eeda0a8f075a0d0938486cf0d7718d9d9491c20.tar.xz monzero-gui-7eeda0a8f075a0d0938486cf0d7718d9d9491c20.zip | |
Merge pull request #3031
d1bde4f workflows: fix mac cmake (selsta)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 4 |
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: |
