Skip to content

Commit

Permalink
Merge pull request #5501 from inikep/PS-9542-8.0
Browse files Browse the repository at this point in the history
PS-9542 [8.0]: Add clang-19 to Azure Pipelines
  • Loading branch information
inikep authored Dec 2, 2024
2 parents e05f6b7 + f8e7858 commit ed881ad
Showing 1 changed file with 23 additions and 8 deletions.
31 changes: 23 additions & 8 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit ed881ad

Please sign in to comment.