Skip to content

Commit ab985f5

Browse files
committed
Update appveyor
1 parent 0bba2ee commit ab985f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.appveyor.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ environment:
66
install:
77
- echo %PATH%
88
- echo %GOPATH%
9-
- set PATH=%GOPATH%\bin;c:\go\bin;%PATH%
109
- go version
1110
- go env
12-
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;
12+
- set PATH=%GOPATH%\bin;c:\go\bin;c:\gcc\bin;%PATH%
1313
build: off
1414

1515
test_script:

0 commit comments

Comments
 (0)