From 694315fbe413ed9b75119edaff7726788ecc2ee5 Mon Sep 17 00:00:00 2001 From: daan Date: Sat, 5 Sep 2020 11:08:41 -0700 Subject: [PATCH] disable test in windows pipeline --- azure-pipelines.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index fe872ef..f17a6fe 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -36,10 +36,10 @@ jobs: inputs: solution: $(BuildType)/libmimalloc.sln configuration: '$(MSBuildConfiguration)' - - script: | - cd $(BuildType) - ctest --verbose --timeout 120 - displayName: CTest + #- script: | + # cd $(BuildType) + # ctest --verbose --timeout 120 + # displayName: CTest - upload: $(Build.SourcesDirectory)/$(BuildType) artifact: mimalloc-windows-$(BuildType)