Skip to content

Commit

Permalink
chore(ci): add debug info for windows build.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoomen committed Oct 27, 2020
1 parent 9379579 commit a029199
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ if (!(Test-Path "$rootDir\pkg\lib-es5")) {
# Build the binary.
node "$rootDir\pkg\lib-es5\bin.js" . -t "$buildTarget" --out-path "$rootDir\bin"

Write-Host "--------- vim-doge.exe ---------"
Write-Host (Get-ChildItem -Path "$rootDir" -Filter "vim-doge.exe" -Recurse -ErrorAction SilentlyContinue -Force | %{$_.FullName})
Write-Host "--------- vim-doge.exe ---------"

# Archive the binary.
if ($outFile -ne "") {
$outFile = "$rootDir\bin\$outFile$winVersion.zip"
Expand Down

0 comments on commit a029199

Please sign in to comment.