aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorselsta <selsta@sent.at>2022-04-06 04:43:13 +0200
committerselsta <selsta@sent.at>2022-04-06 04:43:13 +0200
commit0468e0e43a1f1a8fb9676cffe5a71af53ec6c16a (patch)
tree4e9eb4f266eaeb42a91842c2a4a5cb5646bfcd7e /.github
parent002fe8eefa5616ee7eb7c21a4dc827e357f3fcb0 (diff)
downloadmonzero-gui-0468e0e43a1f1a8fb9676cffe5a71af53ec6c16a.tar.gz
monzero-gui-0468e0e43a1f1a8fb9676cffe5a71af53ec6c16a.tar.xz
monzero-gui-0468e0e43a1f1a8fb9676cffe5a71af53ec6c16a.zip
workflows: deploy on windows
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 7701c5c4..5a6fc870 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -55,6 +55,9 @@ jobs:
install: mingw-w64-x86_64-toolchain make mingw-w64-x86_64-cmake mingw-w64-x86_64-boost mingw-w64-x86_64-openssl mingw-w64-x86_64-zeromq mingw-w64-x86_64-libsodium mingw-w64-x86_64-hidapi mingw-w64-x86_64-protobuf-c mingw-w64-x86_64-libusb mingw-w64-x86_64-unbound git mingw-w64-x86_64-qt5 mingw-w64-x86_64-libgcrypt
- name: build
run: DEV_MODE=ON make release-win64 -j2
+ - name: deploy
+ run: make deploy
+ working-directory: build/release
- name: test qml
run: build/release/bin/monero-wallet-gui --test-qml