summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-05-23 11:40:11 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-05-23 11:40:11 +0200
commit646768e0715bd17e4eb2676db010be9504409ad2 (patch)
tree472b0bdf601b53271d38aae6f892cecdabd71e26 /azure-pipelines.yml
parent0a6c9be910fa89d63113db2666645cbfe67916cf (diff)
Remove CGAL vcpkg to see timings
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 c5ef42d1..0761d9c4 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -23,7 +23,7 @@ workspace:
clean: all
steps:
-- script: 'vcpkg install eigen3:x64-windows cgal'
+- script: 'vcpkg install eigen3:x64-windows'
displayName: vcpkg install dependencies
- task: UsePythonVersion@0
@@ -38,7 +38,7 @@ steps:
displayName: 'CMake'
inputs:
workingDirectory: 'build'
- cmakeArgs: '.. -G "Visual Studio 15 2017 Win64" -DCMAKE_TOOLCHAIN_FILE="C:\vcpkg\scripts\buildsystems\vcpkg.cmake" -DCGAL_DIR="C:/vcpkg/installed/x86-windows/share/"'
+ cmakeArgs: '.. -G "Visual Studio 15 2017 Win64" -DCMAKE_TOOLCHAIN_FILE="C:\vcpkg\scripts\buildsystems\vcpkg.cmake"'
- task: MSBuild@1
displayName: 'Build solution GUDHIdev.sln'