From 0c5f03559d476b48467c1b0796cc4792dfe88f51 Mon Sep 17 00:00:00 2001 From: daan Date: Sat, 5 Sep 2020 12:22:52 -0700 Subject: [PATCH] fix verbose ctest on mac pipeline --- azure-pipelines.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a82e6c32..17961c62 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -130,8 +130,7 @@ jobs: # displayName: CTest - script: | cd $(BuildType) - export MIMALLOC_VERBOSE=1 - ctest --verbose --timeout 120 + MIMALLOC_VERBOSE=1 ctest --verbose --timeout 120 displayName: CTest # - upload: $(Build.SourcesDirectory)/$(BuildType) # artifact: mimalloc-macos-$(BuildType)