serial_debugger/hardware/mux_rpi/make.ps1

9 lines
206 B
PowerShell
Raw Normal View History

2020-09-11 02:28:31 +00:00
# Ensure this script fails if either build or upload fails
$ErrorActionPreference = "Stop"
# Ensure we actually build before upload (common mistake)
& .\build.ps1
# Upload to board
& .\upload.ps1