From 2e0e6a4c520a3d0bf1feb75404708ede9f4731d3 Mon Sep 17 00:00:00 2001 From: Niels Dekker Date: Sun, 11 Aug 2019 12:23:07 +0200 Subject: [PATCH] COMP: CI now does git pull vcpkg and bootstrap-vcpkg MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Hoping to fix: > LINK : fatal error LNK1181: cannot open input file '\lib\double-conversion.lib' Dženan Zukić @dzenanz informed us that there was some work regarding ITK_USE_SYSTEM_DOUBLECONVERSION between IK 5.0.0 and 5.0.1, which might solve this problem. --- Testing/CI/Azure/ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Testing/CI/Azure/ci.yml b/Testing/CI/Azure/ci.yml index 813d2248a..fb3935dc7 100644 --- a/Testing/CI/Azure/ci.yml +++ b/Testing/CI/Azure/ci.yml @@ -8,6 +8,13 @@ jobs: pool: vmImage: 'vs2017-win2016' steps: + - script: | + cd /d C:\vcpkg + git log -1 + git pull + git log -1 + .\bootstrap-vcpkg.bat + displayName: git pull vcpkg and bootstrap-vcpkg - script: | set VCPKG_DEFAULT_TRIPLET=x64-windows vcpkg.exe install itk