mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-04 22:49:32 +03:00
specify x64 for vs2017 pipeline
This commit is contained in:
parent
d3aeb6253b
commit
dd0ce3c414
1 changed files with 3 additions and 3 deletions
|
@ -17,15 +17,15 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
Debug:
|
Debug:
|
||||||
BuildType: debug
|
BuildType: debug
|
||||||
cmakeExtraArgs: -DCMAKE_BUILD_TYPE=Debug -DMI_DEBUG_FULL=ON
|
cmakeExtraArgs: -A x64 -DCMAKE_BUILD_TYPE=Debug -DMI_DEBUG_FULL=ON
|
||||||
MSBuildConfiguration: Debug
|
MSBuildConfiguration: Debug
|
||||||
Release:
|
Release:
|
||||||
BuildType: release
|
BuildType: release
|
||||||
cmakeExtraArgs: -DCMAKE_BUILD_TYPE=Release
|
cmakeExtraArgs: -A x64 -DCMAKE_BUILD_TYPE=Release
|
||||||
MSBuildConfiguration: Release
|
MSBuildConfiguration: Release
|
||||||
Secure:
|
Secure:
|
||||||
BuildType: secure
|
BuildType: secure
|
||||||
cmakeExtraArgs: -DCMAKE_BUILD_TYPE=Release -DMI_SECURE=ON
|
cmakeExtraArgs: -A x64 -DCMAKE_BUILD_TYPE=Release -DMI_SECURE=ON
|
||||||
MSBuildConfiguration: Release
|
MSBuildConfiguration: Release
|
||||||
steps:
|
steps:
|
||||||
- task: CMake@1
|
- task: CMake@1
|
||||||
|
|
Loading…
Add table
Reference in a new issue