summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-05-23 09:35:13 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-05-23 09:35:13 +0200
commitc2fd613b2cef8c43120a1d040645365baa113043 (patch)
treef713b9ef1a1944b595b018469e2bec9e4f2c7664 /azure-pipelines.yml
parentb52c6c2d8d7516446eec0567c40c4dd18210eb85 (diff)
Add vcpkg for cmake
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index d9cbf880..051f3aaa 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -23,7 +23,7 @@ workspace:
clean: all
steps:
-- script: 'vcpkg install cgal eigen3:x64-windows'
+- script: 'vcpkg install eigen3:x64-windows cgal'
displayName: vcpkg install dependencies
- task: UsePythonVersion@0
@@ -38,7 +38,7 @@ steps:
displayName: 'CMake'
inputs:
workingDirectory: 'build'
- cmakeArgs: '.. -G "Visual Studio 15 2017 Win64"'
+ cmakeArgs: '.. -G "Visual Studio 15 2017 Win64" -DCMAKE_TOOLCHAIN_FILE="C:\vcpkg\scripts\buildsystems\vcpkg.cmake"'
- task: MSBuild@1
displayName: 'Build solution GUDHIdev.sln'