Skip to content

Commit 3df22b9

Browse files
committed
ci: Add artifacts instruction to Win64 task
1 parent e4cc7ec commit 3df22b9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.cirrus.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ task:
205205

206206
task:
207207
name: 'Win64 [unit tests, no gui tests, no boost::process, no functional tests] [jammy]'
208+
alias: win64
208209
<< : *GLOBAL_TASK_TEMPLATE
209210
container:
210211
docker_arguments:
@@ -213,6 +214,10 @@ task:
213214
<< : *CREDITS_TEMPLATE
214215
env:
215216
<< : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
217+
copy_artifacts_script:
218+
- cp ci/scratch/build/bitcoin-x86_64-w64-mingw32/release/bitcoin-qt.exe insecure_win_gui.exe
219+
insecure_win_gui_artifacts:
220+
path: "insecure_win_gui.exe"
216221

217222
task:
218223
name: '32-bit + dash [gui] [CentOS 8]'

0 commit comments

Comments
 (0)