fix formatting

This commit is contained in:
Martin Kroeker 2020-04-19 11:28:47 +02:00 committed by GitHub
parent 97b2139fd7
commit 31f2f3b7c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 5 deletions

View File

@ -51,10 +51,11 @@ jobs:
displayName: 'Run AVX512 SkylakeX docker build / test' displayName: 'Run AVX512 SkylakeX docker build / test'
- job: Windows-cl - job: Windows-cl
pool: pool:
vmImage: 'windows2019' vmImage: 'windows2019'
- task: CMake@1 steps:
inputs: - task: CMake@1
workingDirectory: 'build' # Optional inputs:
cmakeArgs: -G "Visual Studio 15 2017 Win64" workingDirectory: 'build' # Optional
cmakeArgs: '-G "Visual Studio 15 2017 Win64 .."'