Skip to content

Commit 9128bf0

Browse files
committed
ci: Set alias in tasks with artifacts in cirrus.yml
1 parent 0078d2c commit 9128bf0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.cirrus.yml

+2
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ task:
181181
task:
182182
name: 'Win64 [unit tests, no gui tests, no boost::process, no functional tests] [focal]'
183183
<< : *GLOBAL_TASK_TEMPLATE
184+
alias: win64
184185
container:
185186
image: ubuntu:focal
186187
env:
@@ -279,6 +280,7 @@ task:
279280
name: 'macOS 10.15 [gui, no tests] [focal]'
280281
<< : *DEPENDS_SDK_CACHE_TEMPLATE
281282
<< : *GLOBAL_TASK_TEMPLATE
283+
alias: win64
282284
container:
283285
image: ubuntu:focal
284286
env:

.github/PULL_REQUEST_TEMPLATE.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ patches often sit for a long time.
4545
<!--
4646
Links for Windows and macOS build artifacts. Replace <PR> with the assigned pull request number.
4747
48-
[![Windows](https://svgshare.com/i/ZhY.svg)](https://api.cirrus-ci.com/v1/artifact/github/bitcoin-core/gui-qml/Win64%20\[unit%20tests,%20no%20gui%20tests,%20no%20boost::process,%20no%20functional%20tests\]%20\[focal\]/insecure_win_gui.zip?branch=pull/<PR>)
49-
[![macOS](https://svgshare.com/i/ZjP.svg)](https://api.cirrus-ci.com/v1/artifact/github/bitcoin-core/gui-qml/macOS%2010.15%20\[gui,%20no%20tests\]%20\[focal\]/insecure_mac_gui.zip?branch=pull/<PR>)
48+
[![Windows](https://svgshare.com/i/ZhY.svg)](https://api.cirrus-ci.com/v1/artifact/github/bitcoin-core/gui-qml/win64/insecure_win_gui.zip?branch=pull/<PR>)
49+
[![macOS](https://svgshare.com/i/ZjP.svg)](https://api.cirrus-ci.com/v1/artifact/github/bitcoin-core/gui-qml/macos/insecure_mac_gui.zip?branch=pull/<PR>)
5050
-->

0 commit comments

Comments
 (0)