From 85a8c138fcbb861dd947aa2bfc905a4cdfcc663f Mon Sep 17 00:00:00 2001 From: daan Date: Sat, 5 Sep 2020 12:18:09 -0700 Subject: [PATCH] enable verbose ctest on mac pipeline --- azure-pipelines.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d0e27ffd..48c8da98 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -126,7 +126,11 @@ jobs: cmakeArgs: .. $(cmakeExtraArgs) - script: make -j$(sysctl -n hw.ncpu) -C $(BuildType) displayName: Make - - script: make test -C $(BuildType) + #- script: make test -C $(BuildType) + # displayName: CTest + - script: | + cd $(BuildType) + ctest --verbose --timeout 120 displayName: CTest # - upload: $(Build.SourcesDirectory)/$(BuildType) # artifact: mimalloc-macos-$(BuildType)