summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-05-22 22:25:58 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-05-22 22:25:58 +0200
commit04523d8e0a82aaf17d8e7d64c1f9b9b129060ad3 (patch)
tree762b7d5a3b78c53301a0c0489343f6e3688fd543 /azure-pipelines.yml
parent8afbdce4e57c18b3d7b8075d5711f669516e633c (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 e643d349..c7f53edb 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -28,7 +28,7 @@ steps:
displayName: 'CMake'
inputs:
workingDirectory: 'build'
- cmakeArgs: '..\.. -G "Visual Studio 15 2017 Win64"'
+ cmakeArgs: '.. -G "Visual Studio 15 2017 Win64"'
- task: MSBuild@1
displayName: 'Build solution GUDHIdev.sln'