Skip to content

Commit

Permalink
COMP: CI now does git pull vcpkg and bootstrap-vcpkg
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
N-Dekker committed Aug 11, 2019
1 parent da7e61a commit 2e0e6a4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Testing/CI/Azure/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2e0e6a4

Please sign in to comment.