mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-04-05 20:17:53 +08:00
*
This commit is contained in:
parent
797648d12b
commit
6f86317008
@ -27,11 +27,9 @@ 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;
|
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;
|
7z x -oC:\ mingw_x86.7z | out-null;
|
||||||
}
|
}
|
||||||
- ps: {
|
- ps: Start-FileDownload https://github.com/Masterminds/glide/releases/download/v0.12.3/glide-v0.12.3-windows-amd64.zip;
|
||||||
Start-FileDownload https://github.com/Masterminds/glide/releases/download/v0.12.3/glide-v0.12.3-windows-amd64.zip;
|
7z x -oC:\ glide-v0.12.3-windows-amd64.zip | out-null;
|
||||||
7z x -oC:\ glide-v0.12.3-windows-amd64.zip | out-null;
|
copy C:\windows-amd64\glide.exe %GOPATH%\bin\;
|
||||||
copy C:\windows-amd64\glide.exe %GOPATH%\bin\;
|
|
||||||
}
|
|
||||||
- set PATH=%GOBIN%;%PATH%
|
- set PATH=%GOBIN%;%PATH%
|
||||||
- echo %PATH%
|
- echo %PATH%
|
||||||
- echo %GOPATH%
|
- echo %GOPATH%
|
||||||
|
Loading…
Reference in New Issue
Block a user