Skip to content

Commit

Permalink
appveyor: fetch the latest port data
Browse files Browse the repository at this point in the history
  • Loading branch information
ken2812221 committed Aug 17, 2018
1 parent 3c8d1ae commit ea16c2d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: '{branch}.{build}'
skip_tags: true
image: Visual Studio 2017
configuration: Release
Expand All @@ -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
Expand Down

0 comments on commit ea16c2d

Please sign in to comment.