mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-10-21 19:37:27 +08:00
*
This commit is contained in:
@@ -26,13 +26,11 @@ install:
|
|||||||
{
|
{
|
||||||
Start-FileDownload "http://libgd.blob.core.windows.net/mingw/x86_64-4.9.1-release-posix-seh-rt_v3-rev1.7z";
|
Start-FileDownload "http://libgd.blob.core.windows.net/mingw/x86_64-4.9.1-release-posix-seh-rt_v3-rev1.7z";
|
||||||
7z x -oC:\ x86_64-4.9.1-release-posix-seh-rt_v3-rev1.7z | out-null;
|
7z x -oC:\ x86_64-4.9.1-release-posix-seh-rt_v3-rev1.7z | out-null;
|
||||||
set PATH=%PATH%;c:\mingw64\bin;
|
|
||||||
}
|
}
|
||||||
- ps: if($env:tbs_tools -eq 'mingw' -and $env:tbs_arch -eq 'x86')
|
- ps: if($env:tbs_tools -eq 'mingw' -and $env:tbs_arch -eq 'x86')
|
||||||
{
|
{
|
||||||
Start-FileDownload "http://libgd.blob.core.windows.net/mingw/i686-4.9.1-release-posix-seh-rt_v3-rev1.7z";
|
Start-FileDownload "http://libgd.blob.core.windows.net/mingw/i686-4.9.1-release-posix-seh-rt_v3-rev1.7z";
|
||||||
7z x -oC:\ x86_64-4.9.1-release-posix-seh-rt_v3-rev1.7z | out-null;
|
7z x -oC:\ x86_64-4.9.1-release-posix-seh-rt_v3-rev1.7z | out-null;
|
||||||
set PATH=%PATH%;c:\mingw32\bin;
|
|
||||||
}
|
}
|
||||||
- set GO_ENABLED=1
|
- set GO_ENABLED=1
|
||||||
- echo %PATH%
|
- echo %PATH%
|
||||||
|
Reference in New Issue
Block a user