summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-05-23 15:00:37 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-05-23 15:00:37 +0200
commit3c75b182a6943ec3c6c907259d469c92e1c3c494 (patch)
tree21fa0db346348469881f45f3c40a6879db86780e /azure-pipelines.yml
parentcee86bd910320d51bad2df250c6851855ecc4da9 (diff)
Try to ctest differently
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml7
1 files 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'