File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,14 @@ build_script:
1616 - set PATH=C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\bin;C:\msys64\usr\bin;C:\msys64\mingw64\bin;%PATH%
1717 - set PATH=%PATH:C:\Program Files\Git\usr\bin;=%
1818 - make
19- - 7z a hercules.win64.zip hercules.exe
19+ - dir C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\x86_64-w64-mingw32\lib\
20+ - dir C:\msys64\usr\lib
21+ - dir C:\msys64\mingw64
22+ - dir C:\msys64\mingw64\lib
23+ - copy /y C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\x86_64-w64-mingw32\lib\libgcc_s_seh-1.dll
24+ - copy /y C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\x86_64-w64-mingw32\lib\libstdc++-6.dll
25+ - copy /y C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\x86_64-w64-mingw32\lib\libwinpthread-1.dll
26+ - 7z a hercules.win64.zip hercules.exe libgcc_s_seh-1.dll libstdc++-6.dll libwinpthread-1.dll
2027
2128test_script :
2229 - go test -v -timeout 20m -race -tags disable_babelfish gopkg.in/src-d/hercules.v10/...
You can’t perform that action at this time.
0 commit comments