From: Jean-Philippe Bruyère Date: Sat, 9 May 2020 13:47:46 +0000 (+0200) Subject: appveyor X-Git-Tag: v0.9.5-beta~117 X-Git-Url: https://git.osiis.dedyn.io/?a=commitdiff_plain;h=e7a205030d48e9433bdc3c1c230844bc9f939ac7;p=jp%2Fcrow.git appveyor --- diff --git a/appveyor.yml b/appveyor.yml index a758e672..1f943a0b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -18,8 +18,8 @@ for: environment: APPVEYOR_SAVE_CACHE_ON_ERROR: true install: - - vcpkg install cairo - - vcpkg integrate install --recurse + - vcpkg install cairo --recurse + - vcpkg integrate install build_script: - msbuild /p:Configuration=Release /t:restore - msbuild /p:Configuration=Release