From 7a08ca4dc6b687fa2b9351aa338a6aba43449861 Mon Sep 17 00:00:00 2001 From: daan Date: Sat, 5 Sep 2020 12:30:13 -0700 Subject: [PATCH] again try to fix verbose ctest on mac pipeline --- azure-pipelines.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7fc80a5e..56f00790 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -128,8 +128,11 @@ jobs: displayName: Make #- script: make test -C $(BuildType) # displayName: CTest - - script: MIMALLOC_VERBOSE=1 ctest --verbose --timeout 120 + - script: MIMALLOC_VERBOSE=1 ./mimalloc-test-stress workingDirectory: $(BuildType) - displayName: CTest + displayName: TestStress + - script: MIMALLOC_VERBOSE=1 ./mimalloc-test-api + workingDirectory: $(BuildType) + displayName: TestAPI # - upload: $(Build.SourcesDirectory)/$(BuildType) # artifact: mimalloc-macos-$(BuildType)