]> O.S.I.I.S - jp/crow.git/commitdiff
add vcpkg cairo install to appveyor config to perform unit testings
authorJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Sat, 9 May 2020 13:33:59 +0000 (15:33 +0200)
committerj-p <jp_bruyere@hotmail.com>
Sat, 9 May 2020 22:50:02 +0000 (00:50 +0200)
appveyor.yml

index 1f4e1010b9862e7be3c24203353c3f8ad10fc345..a758e67237cf1cf8831ece300edc2eaca2ceacdd 100644 (file)
@@ -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