From 165c0ff03457129e0dd28159baa762948b579a5b Mon Sep 17 00:00:00 2001 From: Michael Hansen Date: Tue, 4 Feb 2020 13:23:12 -0800 Subject: [PATCH] Show a list of what got installed in the log --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 50b99d9..46ba956 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -19,6 +19,8 @@ build_script: vcpkg install python2 --triplet x86-windows if ($lastExitCode -ne 0) { throw "Failed to build dynamic libs" } + vcpkg list + Set-Location C:\tools\vcpkg\installed\x86-windows-static-dyncrt 7z a $outpath\devlibs.zip debug\lib include lib misc share if ($lastExitCode -ne 0) { throw "Failed to archive static libs" }