From a372847ccfbcc37afdcd64fb3f81f7d3d698d1cf Mon Sep 17 00:00:00 2001 From: daan Date: Sun, 6 Sep 2020 08:57:56 -0700 Subject: [PATCH] verbose ctest on Linux pipeline --- azure-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 85529e2a..a922e569 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -100,7 +100,8 @@ jobs: cmakeArgs: .. $(cmakeExtraArgs) - script: make -j$(nproc) -C $(BuildType) displayName: Make - - script: make test -C $(BuildType) + - script: ctest --verbose --timeout 120 + workingDirectory: $(BuildType) displayName: CTest # - upload: $(Build.SourcesDirectory)/$(BuildType) # artifact: mimalloc-ubuntu-$(BuildType)