Browse Source

fix formatting

pull/2566/head
Martin Kroeker GitHub 6 years ago
parent
commit
31f2f3b7c3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 5 deletions
  1. +6
    -5
      azure-pipelines.yml

+ 6
- 5
azure-pipelines.yml View File

@@ -51,10 +51,11 @@ jobs:
displayName: 'Run AVX512 SkylakeX docker build / test'

- job: Windows-cl
pool:
pool:
vmImage: 'windows2019'
- task: CMake@1
inputs:
workingDirectory: 'build' # Optional
cmakeArgs: -G "Visual Studio 15 2017 Win64"
steps:
- task: CMake@1
inputs:
workingDirectory: 'build' # Optional
cmakeArgs: '-G "Visual Studio 15 2017 Win64 .."'

Loading…
Cancel
Save