summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-05-24 08:08:09 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-05-24 08:08:09 +0200
commit557ae9204427d29533516544f1986f31b8644ff4 (patch)
tree85a447731dd65d9e9d4c5bd980189cbea6298eec /azure-pipelines.yml
parent56f9cfef7ff4d4b74ea833ce8a2d95ccbfea6ea2 (diff)
Add verbose mode for ctest
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 66fc480f..1cb5b287 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -61,6 +61,6 @@ steps:
solution: 'build/GUDHIdev.sln'
msbuildArguments: '/m /p:Configuration=Release /p:Platform=x64'
-- script: ctest -j 1 -C Release
+- script: ctest -j 1 -C Release -V
workingDirectory: build
displayName: 'CTest solution GUDHIdev.sln'