Browse Source

🔨 AppVeyor: Update vcpkg before build

Fixes old version of libfmt
pull/1696/head
Gleb Mazovetskiy 5 years ago committed by Anders Jenbo
parent
commit
b64afd9bc0
  1. 6
      appveyor.yml

6
appveyor.yml

@ -6,7 +6,11 @@ image: Visual Studio 2017
cache: c:\tools\vcpkg\installed\
install:
- vcpkg install fmt:x64-windows sdl2:x64-windows sdl2-mixer:x64-windows sdl2-ttf:x64-windows libsodium:x64-windows
- cd C:\Tools\vcpkg
- git pull
- .\bootstrap-vcpkg.bat
- cd %APPVEYOR_BUILD_FOLDER%
- vcpkg install --recurse fmt:x64-windows sdl2:x64-windows sdl2-mixer:x64-windows sdl2-ttf:x64-windows libsodium:x64-windows
before_build:
- cmake -G "Visual Studio 15 2017" -A x64 -DNIGHTLY_BUILD=ON -DCMAKE_TOOLCHAIN_FILE=c:/tools/vcpkg/scripts/buildsystems/vcpkg.cmake .

Loading…
Cancel
Save