diff options
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r-- | azure-pipelines.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8c36abd..5f7e3c4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -44,6 +44,10 @@ jobs: arch: x64 compiler: msvc2017 backend: vs2017 + clangclx64ninja: + arch: x64 + compiler: clang-cl + backend: ninja steps: - template: ci/azure-steps.yml |