From 3c75b182a6943ec3c6c907259d469c92e1c3c494 Mon Sep 17 00:00:00 2001 From: ROUVREAU Vincent Date: Thu, 23 May 2019 15:00:37 +0200 Subject: Try to ctest differently --- azure-pipelines.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e1b69084..126a2aba 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -61,8 +61,7 @@ steps: solution: 'build/GUDHIdev.sln' msbuildArguments: '/m /p:Configuration=Release /p:Platform=x64' -- task: CTest@1 +- script: ctest -j 1 --output-on-failure -C Release + workingDirectory: build + failOnStderr: true displayName: 'CTest solution GUDHIdev.sln' - inputs: - workingDirectory: 'build' - cmakeArgs: '-j 1' -- cgit v1.2.3