diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3c1640eb360e..60f1aa547181 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -90,38 +90,53 @@ jobs: BuildType: Debug # clang-6 and newer compilers - clang-18 RelWithDebInfo [Ubuntu 22.04 Jammy]: + clang-19 RelWithDebInfo [Ubuntu 22.04 Jammy]: imageName: 'ubuntu-22.04' UBUNTU_CODE_NAME: jammy Compiler: clang - CompilerVer: 18 + CompilerVer: 19 BuildType: RelWithDebInfo ${{ if or(ne(variables['Build.Reason'], 'PullRequest'), contains(variables['Build.SourceBranchName'], 'fullci')) }}: - clang-18 RelWithDebInfo INVERTED [Ubuntu 22.04 Jammy]: + clang-19 RelWithDebInfo INVERTED [Ubuntu 22.04 Jammy]: imageName: 'ubuntu-22.04' UBUNTU_CODE_NAME: jammy Compiler: clang - CompilerVer: 18 + CompilerVer: 19 BuildType: RelWithDebInfo BUILD_PARAMS_TYPE: inverted ${{ if or(ne(variables['Build.Reason'], 'PullRequest'), contains(variables['Build.SourceBranchName'], 'fullci')) }}: - clang-18 Debug [Ubuntu 22.04 Jammy]: + clang-19 Debug [Ubuntu 22.04 Jammy]: imageName: 'ubuntu-22.04' UBUNTU_CODE_NAME: jammy Compiler: clang - CompilerVer: 18 + CompilerVer: 19 BuildType: Debug - clang-18 Debug INVERTED [Ubuntu 22.04 Jammy]: + clang-19 Debug INVERTED [Ubuntu 22.04 Jammy]: imageName: 'ubuntu-22.04' UBUNTU_CODE_NAME: jammy Compiler: clang - CompilerVer: 18 + CompilerVer: 19 BuildType: Debug BUILD_PARAMS_TYPE: inverted + ${{ if or(ne(variables['Build.Reason'], 'PullRequest'), contains(variables['Build.SourceBranchName'], 'fullci')) }}: + clang-18 RelWithDebInfo [Ubuntu 22.04 Jammy]: + imageName: 'ubuntu-22.04' + UBUNTU_CODE_NAME: jammy + Compiler: clang + CompilerVer: 18 + BuildType: RelWithDebInfo + + clang-18 Debug [Ubuntu 22.04 Jammy]: + imageName: 'ubuntu-22.04' + UBUNTU_CODE_NAME: jammy + Compiler: clang + CompilerVer: 18 + BuildType: Debug + ${{ if or(ne(variables['Build.Reason'], 'PullRequest'), contains(variables['Build.SourceBranchName'], 'fullci')) }}: clang-17 RelWithDebInfo [Ubuntu 22.04 Jammy]: imageName: 'ubuntu-22.04'