From 646768e0715bd17e4eb2676db010be9504409ad2 Mon Sep 17 00:00:00 2001 From: ROUVREAU Vincent Date: Thu, 23 May 2019 11:40:11 +0200 Subject: Remove CGAL vcpkg to see timings --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'azure-pipelines.yml') 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' -- cgit v1.2.3