Skip to content

Commit ebc2540

Browse files
committed
Review comments
1 parent aa0c1a9 commit ebc2540

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.appveyor.yml

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ install:
88
- echo %GOPATH%
99
- go version
1010
- go env
11-
- ps: $webClient = New-Object System.Net.WebClient; $InstallPath="c:" ; $webClient.DownloadFile("https://raw.githubusercontent.com/jhowardmsft/docker-tdmgcc/master/gcc.zip", "$InstallPath\gcc.zip"); Expand-Archive $InstallPath\gcc.zip -DestinationPath $InstallPath\gcc -Force; $webClient.DownloadFile("https://raw.githubusercontent.com/jhowardmsft/docker-tdmgcc/master/runtime.zip", "$InstallPath\runtime.zip"); Expand-Archive $InstallPath\runtime.zip -DestinationPath $InstallPath\gcc -Force; $webClient.DownloadFile("https://raw.githubusercontent.com/jhowardmsft/docker-tdmgcc/master/binutils.zip","$InstallPath\binutils.zip"); Expand-Archive $InstallPath\binutils.zip -DestinationPath $InstallPath\gcc -Force;
1211
- set PATH=%GOPATH%\bin;c:\go\bin;c:\gcc\bin;%PATH%
1312
build: off
1413

0 commit comments

Comments
 (0)