From ef92ec10572c01aa29a6d473c31dfff8a7b32419 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jean-Philippe=20Bruy=C3=A8re?= Date: Sat, 9 May 2020 15:33:59 +0200 Subject: [PATCH] add vcpkg cairo install to appveyor config to perform unit testings --- appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.47.3