Skip to content

Commit

Permalink
Add completion message
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebazzz committed May 1, 2021
1 parent 83b086e commit 1e4f48b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/Invoke-PioBuild.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,6 @@ if ($LASTEXITCODE -eq 0) {
if (!$NoReset) {
git checkout Marlin/Configuration.h
git checkout Marlin/Configuration_adv.h
}
}

Write-Host "Completed build $ConfigName to $Drive" -ForegroundColor Green

0 comments on commit 1e4f48b

Please sign in to comment.