Skip to content

Commit

Permalink
Work CD-CI
Browse files Browse the repository at this point in the history
- Improve output of GCC toolchain being downloaded.
  • Loading branch information
josesimoes committed Feb 13, 2019
1 parent 5c6c9f9 commit 6b11243
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ steps:
targetType: 'inline'
script: |
Write-Host "Downloading ARM GNU GCC toolchain..."
if("$(GccArm_Version)" -ne "")
{
if("$(GccArm_Version)" -eq "5-2016-q3-update")
Expand All @@ -29,6 +27,8 @@ steps:
$url = "https://bintray.com/nfbot/internal-build-tools/download_file?file_path=gcc-arm-none-eabi-7-2018-q2-update-win32.7z"
}
Write-Host "Downloading ARM GNU GCC toolchain $(GccArm_Version)..."
$output = "$PSScriptRoot\gcc-arm.7z"
(New-Object Net.WebClient).DownloadFile($url, $output)
errorActionPreference: 'stop'
Expand Down

0 comments on commit 6b11243

Please sign in to comment.