Merge branch 'master' of git://github.com/lifei6671/mindoc into lifei6671-master

pull/658/head
roberChen 2021-02-26 16:07:23 +08:00
commit b9da0755f0
1 changed files with 0 additions and 10 deletions

View File

@ -27,16 +27,6 @@ install:
Start-FileDownload "http://libgd.blob.core.windows.net/mingw/i686-4.9.1-release-posix-dwarf-rt_v3-rev1.7z" -FileName mingw_x86.7z;
7z x -oC:\ mingw_x86.7z | out-null;
}
- ps: if($env:tbs_arch -eq 'x86')
{
Start-FileDownload https://github.com/golang/dep/releases/download/v0.4.1/dep-windows-386.exe;
copy dep-windows-386.exe c:\go\bin\dep.exe;
}
- ps: if($env:tbs_arch -eq 'x64')
{
Start-FileDownload https://github.com/golang/dep/releases/download/v0.4.1/dep-windows-amd64.exe;
copy dep-windows-amd64.exe c:\go\bin\dep.exe;
}
- set PATH=%GOPATH%\bin;c:\go\bin;%PATH%
- echo %PATH%
- echo %GOPATH%