@@ -90,38 +90,53 @@ jobs:
90
90
BuildType : Debug
91
91
92
92
# clang-6 and newer compilers
93
- clang-18 RelWithDebInfo [Ubuntu 22.04 Jammy] :
93
+ clang-19 RelWithDebInfo [Ubuntu 22.04 Jammy] :
94
94
imageName : ' ubuntu-22.04'
95
95
UBUNTU_CODE_NAME : jammy
96
96
Compiler : clang
97
- CompilerVer : 18
97
+ CompilerVer : 19
98
98
BuildType : RelWithDebInfo
99
99
100
100
${{ if or(ne(variables['Build.Reason'], 'PullRequest'), contains(variables['Build.SourceBranchName'], 'fullci')) }} :
101
- clang-18 RelWithDebInfo INVERTED [Ubuntu 22.04 Jammy] :
101
+ clang-19 RelWithDebInfo INVERTED [Ubuntu 22.04 Jammy] :
102
102
imageName : ' ubuntu-22.04'
103
103
UBUNTU_CODE_NAME : jammy
104
104
Compiler : clang
105
- CompilerVer : 18
105
+ CompilerVer : 19
106
106
BuildType : RelWithDebInfo
107
107
BUILD_PARAMS_TYPE : inverted
108
108
109
109
${{ if or(ne(variables['Build.Reason'], 'PullRequest'), contains(variables['Build.SourceBranchName'], 'fullci')) }} :
110
- clang-18 Debug [Ubuntu 22.04 Jammy] :
110
+ clang-19 Debug [Ubuntu 22.04 Jammy] :
111
111
imageName : ' ubuntu-22.04'
112
112
UBUNTU_CODE_NAME : jammy
113
113
Compiler : clang
114
- CompilerVer : 18
114
+ CompilerVer : 19
115
115
BuildType : Debug
116
116
117
- clang-18 Debug INVERTED [Ubuntu 22.04 Jammy] :
117
+ clang-19 Debug INVERTED [Ubuntu 22.04 Jammy] :
118
118
imageName : ' ubuntu-22.04'
119
119
UBUNTU_CODE_NAME : jammy
120
120
Compiler : clang
121
- CompilerVer : 18
121
+ CompilerVer : 19
122
122
BuildType : Debug
123
123
BUILD_PARAMS_TYPE : inverted
124
124
125
+ ${{ if or(ne(variables['Build.Reason'], 'PullRequest'), contains(variables['Build.SourceBranchName'], 'fullci')) }} :
126
+ clang-18 RelWithDebInfo [Ubuntu 22.04 Jammy] :
127
+ imageName : ' ubuntu-22.04'
128
+ UBUNTU_CODE_NAME : jammy
129
+ Compiler : clang
130
+ CompilerVer : 18
131
+ BuildType : RelWithDebInfo
132
+
133
+ clang-18 Debug [Ubuntu 22.04 Jammy] :
134
+ imageName : ' ubuntu-22.04'
135
+ UBUNTU_CODE_NAME : jammy
136
+ Compiler : clang
137
+ CompilerVer : 18
138
+ BuildType : Debug
139
+
125
140
${{ if or(ne(variables['Build.Reason'], 'PullRequest'), contains(variables['Build.SourceBranchName'], 'fullci')) }} :
126
141
clang-17 RelWithDebInfo [Ubuntu 22.04 Jammy] :
127
142
imageName : ' ubuntu-22.04'
0 commit comments