From: Jean-Philippe Bruyère Date: Sat, 9 May 2020 13:33:59 +0000 (+0200) Subject: add vcpkg cairo install to appveyor config to perform unit testings X-Git-Tag: v0.9.5-beta~118 X-Git-Url: https://git.osiis.dedyn.io/?a=commitdiff_plain;h=ef92ec10572c01aa29a6d473c31dfff8a7b32419;p=jp%2Fcrow.git add vcpkg cairo install to appveyor config to perform unit testings --- diff --git a/appveyor.yml b/appveyor.yml index 1f4e1010..a758e672 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -17,6 +17,9 @@ for: - image: Visual Studio 2019 environment: APPVEYOR_SAVE_CACHE_ON_ERROR: true + install: + - vcpkg install cairo + - vcpkg integrate install --recurse build_script: - msbuild /p:Configuration=Release /t:restore - msbuild /p:Configuration=Release