File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,11 +45,11 @@ install:
4545 - ps : if($env:POSTFIXNAME -eq 'MD') {
4646 Invoke-Expression "&.\vcpkg.exe export zlib:$($env:PLATFORM)-windows$($env:POSTVCPKGNAME) openssl:$($env:PLATFORM)-windows$($env:POSTVCPKGNAME) --raw";
4747 move vcpkg-export-* vcpkg-export;
48- set-location "vcpkg-export\installed\$($env:PLATFORM)-windows$($env:POSTVCPKGNAME)\"
48+ set-location "vcpkg-export\installed\$($env:PLATFORM)-windows$($env:POSTVCPKGNAME)\";
4949 if($env:configuration -eq 'Debug') {
50- set-location debug
50+ set-location debug;
5151 Invoke-Expression "&7z a vc140_$($env:configuration)_$($env:PLATFORM)_$($env:POSTFIXNAME)_libs.zip -i!bin\* -i!lib\*";
52- cd ..
52+ cd ..;
5353 Invoke-Expression "&7z -tzip debug\vc140_$($env:configuration)_$($env:PLATFORM)_$($env:POSTFIXNAME)_libs.zip -i!include\*";
5454 Push-AppveyorArtifact "debug\vc140_$($env:configuration)_$($env:PLATFORM)_$($env:POSTFIXNAME)_libs.zip";
5555 } else {
You can’t perform that action at this time.
0 commit comments