@@ -55,23 +55,23 @@ global_task_template: &GLOBAL_TASK_TEMPLATE
55
55
# - choco install python --version=3.7.7 -y
56
56
57
57
task :
58
- name : ' ARM [GOAL: install] [buster] [ unit tests, no functional tests]'
58
+ name : ' ARM [ unit tests, no functional tests] [buster ]'
59
59
<< : *GLOBAL_TASK_TEMPLATE
60
60
container :
61
61
image : debian:buster
62
62
env :
63
63
FILE_ENV : " ./ci/test/00_setup_env_arm.sh"
64
64
65
65
task :
66
- name : ' Win64 [GOAL: deploy] [ unit tests, no gui tests, no boost::process, no functional tests]'
66
+ name : ' Win64 [ unit tests, no gui tests, no boost::process, no functional tests] [bionic ]'
67
67
<< : *GLOBAL_TASK_TEMPLATE
68
68
container :
69
69
image : ubuntu:bionic
70
70
env :
71
71
FILE_ENV : " ./ci/test/00_setup_env_win64.sh"
72
72
73
73
task :
74
- name : ' 32-bit + dash [GOAL: install] [CentOS 8] [gui ]'
74
+ name : ' 32-bit + dash [gui] [CentOS 8]'
75
75
<< : *GLOBAL_TASK_TEMPLATE
76
76
container :
77
77
image : centos:8
@@ -80,15 +80,15 @@ task:
80
80
FILE_ENV : " ./ci/test/00_setup_env_i686_centos.sh"
81
81
82
82
task :
83
- name : ' x86_64 Linux [GOAL: install] [bionic] [ previous releases, uses qt5 dev package and some depends packages] [unsigned char]'
83
+ name : ' [ previous releases, uses qt5 dev package and some depends packages] [unsigned char] [bionic ]'
84
84
<< : *GLOBAL_TASK_TEMPLATE
85
85
container :
86
86
image : ubuntu:bionic
87
87
env :
88
88
FILE_ENV : " ./ci/test/00_setup_env_native_qt5.sh"
89
89
90
90
task :
91
- name : ' x86_64 Linux [GOAL: install] [focal] [ depends, sanitizers: thread (TSan), no gui]'
91
+ name : ' [ depends, sanitizers: thread (TSan), no gui] [focal ]'
92
92
<< : *GLOBAL_TASK_TEMPLATE
93
93
container :
94
94
image : ubuntu:focal
@@ -99,55 +99,55 @@ task:
99
99
FILE_ENV : " ./ci/test/00_setup_env_native_tsan.sh"
100
100
101
101
task :
102
- name : ' x86_64 Linux [GOAL: install] [focal] [ depends, sanitizers: memory (MSan)]'
102
+ name : ' [ depends, sanitizers: memory (MSan)] [focal ]'
103
103
<< : *GLOBAL_TASK_TEMPLATE
104
104
container :
105
105
image : ubuntu:focal
106
106
env :
107
107
FILE_ENV : " ./ci/test/00_setup_env_native_msan.sh"
108
108
109
109
task :
110
- name : ' x86_64 Linux [GOAL: install] [focal] [ no depends, only system libs, sanitizers: address/leak (ASan + LSan) + undefined (UBSan) + integer]'
110
+ name : ' [ no depends, only system libs, sanitizers: address/leak (ASan + LSan) + undefined (UBSan) + integer] [focal ]'
111
111
<< : *GLOBAL_TASK_TEMPLATE
112
112
container :
113
113
image : ubuntu:focal
114
114
env :
115
115
FILE_ENV : " ./ci/test/00_setup_env_native_asan.sh"
116
116
117
117
task :
118
- name : ' x86_64 Linux [GOAL: install] [focal] [ no depends, only system libs, sanitizers: fuzzer,address,undefined]'
118
+ name : ' [ no depends, only system libs, sanitizers: fuzzer,address,undefined] [focal ]'
119
119
<< : *GLOBAL_TASK_TEMPLATE
120
120
container :
121
121
image : ubuntu:focal
122
122
env :
123
123
FILE_ENV : " ./ci/test/00_setup_env_native_fuzz.sh"
124
124
125
125
task :
126
- name : ' x86_64 Linux [GOAL: install] [focal] [multiprocess ]'
126
+ name : ' [multiprocess] [focal]'
127
127
<< : *GLOBAL_TASK_TEMPLATE
128
128
container :
129
129
image : ubuntu:focal
130
130
env :
131
131
FILE_ENV : " ./ci/test/00_setup_env_native_multiprocess.sh"
132
132
133
133
task :
134
- name : ' x86_64 Linux [GOAL: install] [bionic] [no wallet ]'
134
+ name : ' [no wallet] [bionic]'
135
135
<< : *GLOBAL_TASK_TEMPLATE
136
136
container :
137
137
image : ubuntu:bionic
138
138
env :
139
139
FILE_ENV : " ./ci/test/00_setup_env_native_nowallet.sh"
140
140
141
141
task :
142
- name : ' macOS 10.14 [GOAL: deploy] [ no functional tests]'
142
+ name : ' macOS 10.14 [gui, no tests] [bionic ]'
143
143
<< : *GLOBAL_TASK_TEMPLATE
144
144
container :
145
145
image : ubuntu:bionic
146
146
env :
147
147
FILE_ENV : " ./ci/test/00_setup_env_mac.sh"
148
148
149
149
task :
150
- name : ' macOS 10.15 native [GOAL: install] [GUI ] [no depends]'
150
+ name : ' macOS 10.15 native [gui ] [no depends]'
151
151
macos_brew_addon_script :
152
152
- brew install boost libevent berkeley-db4 qt miniupnpc ccache zeromq qrencode sqlite libtool automake pkg-config gnu-getopt
153
153
<< : *GLOBAL_TASK_TEMPLATE
0 commit comments