summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
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'