mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-22 06:52:36 +01:00
appveyor: fetch the latest port data
This commit is contained in:
parent
3c8d1ae153
commit
ea16c2d04e
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
version: '{branch}.{build}'
|
||||||
skip_tags: true
|
skip_tags: true
|
||||||
image: Visual Studio 2017
|
image: Visual Studio 2017
|
||||||
configuration: Release
|
configuration: Release
|
||||||
|
@ -24,6 +25,8 @@ before_build:
|
||||||
$all_packages += $packages[$i] + ":" + $env:PLATFORM + "-windows-static "
|
$all_packages += $packages[$i] + ":" + $env:PLATFORM + "-windows-static "
|
||||||
}
|
}
|
||||||
|
|
||||||
|
git -C C:\Tools\vcpkg pull # This is a temporary fix, can be removed after appveyor update its image to include Microsoft/vcpkg#4046
|
||||||
|
|
||||||
Invoke-Expression -Command "vcpkg install $all_packages"
|
Invoke-Expression -Command "vcpkg install $all_packages"
|
||||||
build:
|
build:
|
||||||
project: build_msvc\bitcoin.sln
|
project: build_msvc\bitcoin.sln
|
||||||
|
|
Loading…
Add table
Reference in a new issue