From 224ec40744427e3ac7974afa0ce65fae46556224 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Sun, 19 Apr 2020 10:38:48 +0200 Subject: [PATCH] Add Windows-CL build job on Azure --- azure-pipelines.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9b4c85367..942cc3916 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -49,3 +49,12 @@ jobs: # we need a privileged docker run for sde process attachment docker run --privileged intel_sde displayName: 'Run AVX512 SkylakeX docker build / test' + + - job: Windows-cl + pool: + vmImage: 'windows2019' + - task: CMake@1 + inputs: + workingDirectory: 'build' # Optional + cmakeArgs: -G "Visual Studio 15 2017 Win64" +