Skip to content

Commit 5cebd9c

Browse files
committed
Include mingw libs into the Windows release
Signed-off-by: Vadim Markovtsev <vadim@athenian.co>
1 parent 6e8516d commit 5cebd9c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.appveyor.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ 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+
- 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'
20+
- copy /y 'C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\x86_64-w64-mingw32\lib\libstdc++-6.dll'
21+
- copy /y 'C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\x86_64-w64-mingw32\lib\libwinpthread-1.dll'
22+
- 7z a hercules.win64.zip hercules.exe libgcc_s_seh-1.dll libstdc++-6.dll libwinpthread-1.dll
2023

2124
test_script:
2225
- go test -v -timeout 20m -race -tags disable_babelfish gopkg.in/src-d/hercules.v10/...

0 commit comments

Comments
 (0)