add appveyor message

This commit is contained in:
David Refoua 2018-03-30 23:52:32 +04:30 committed by GitHub
parent 5c3f46fd88
commit 7d04ded1c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -126,6 +126,9 @@ if($Compile) {
}
else {
Write-Verbose "successfully built Cmder v$version!"
if ( $Env:APPVEYOR -eq 'True' ) {
Add-AppveyorMessage -Message "Building Cmder v$version was successfull." -Category Information
}
}
Pop-Location
} else {