diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 0e2243469fec..9fa97169dac4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -88,38 +88,53 @@ jobs: BuildType: Debug # clang-12 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'