aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorChun Kuan Lee <ken2812221@gmail.com>2018-08-17 12:57:28 +0800
committerChun Kuan Lee <ken2812221@gmail.com>2018-08-17 17:01:46 +0000
commitea16c2d04e224a31f7d2e831bdd8db084b694d81 (patch)
treea35c19cf0d01552cbb9ae5bfc3ff53be906835fa /appveyor.yml
parent3c8d1ae15352d5c92d5903536c8fe07f771e97a0 (diff)
downloadbitcoin-ea16c2d04e224a31f7d2e831bdd8db084b694d81.tar.xz
appveyor: fetch the latest port data
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 0c0c3d066b..c6a5a91ba5 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,3 +1,4 @@
+version: '{branch}.{build}'
skip_tags: true
image: Visual Studio 2017
configuration: Release
@@ -24,6 +25,8 @@ before_build:
$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"
build:
project: build_msvc\bitcoin.sln