Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

Commit

Permalink
Show a list of what got installed in the log
Browse files Browse the repository at this point in the history
  • Loading branch information
zrax committed Feb 4, 2020
1 parent dad91d7 commit 165c0ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit 165c0ff

Please sign in to comment.