summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-05-22 22:41:03 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-05-22 22:41:03 +0200
commit12f9577bb3338329a57a2de8120e19cae7be54b8 (patch)
tree5df0e54ed57ea1d0a809edc4ac4663fcc158da17 /azure-pipelines.yml
parent04523d8e0a82aaf17d8e7d64c1f9b9b129060ad3 (diff)
CMake dir changed
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 c7f53edb..c9c25b7c 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -34,7 +34,7 @@ steps:
displayName: 'Build solution GUDHIdev.sln'
inputs:
workingDirectory: 'build'
- solution: 'GUDHIdev.sln'
+ solution: 'build/GUDHIdev.sln'
msbuildArguments: '/m /p:Configuration=$(buildConfiguration) /p:Platform=$(buildPlatform)'
- script: 'ctest -j 1 --interactive-debug-mode 0 --output-on-failure -C $(buildConfiguration) -R "in_memory"'