|
@@ -8,7 +8,7 @@ environment:
|
|
GOPATH: c:\gopath
|
|
GOPATH: c:\gopath
|
|
|
|
|
|
install:
|
|
install:
|
|
- - choco install --allow-empty-checksums make
|
|
|
|
|
|
+ - appveyor-retry choco install --allow-empty-checksums make
|
|
- c:\msys64\usr\bin\pacman --noconfirm --needed -S mingw-w64-x86_64-toolchain
|
|
- c:\msys64\usr\bin\pacman --noconfirm --needed -S mingw-w64-x86_64-toolchain
|
|
- curl -SLko protoc.zip https://github.com/google/protobuf/releases/download/v3.5.1/protoc-3.5.1-win32.zip
|
|
- curl -SLko protoc.zip https://github.com/google/protobuf/releases/download/v3.5.1/protoc-3.5.1-win32.zip
|
|
- 7z e protoc.zip
|
|
- 7z e protoc.zip
|
|
@@ -22,6 +22,10 @@ build_script:
|
|
- make
|
|
- make
|
|
- 7z a c:\gopath\src\gopkg.in\src-d\hercules.v3\hercules.win64.zip %GOPATH%\bin\hercules.exe
|
|
- 7z a c:\gopath\src\gopkg.in\src-d\hercules.v3\hercules.win64.zip %GOPATH%\bin\hercules.exe
|
|
|
|
|
|
|
|
+test_script:
|
|
|
|
+ - go get -v -t -d gopkg.in/src-d/hercules.v3/...
|
|
|
|
+ - go test -v -tags disable_babelfish gopkg.in/src-d/hercules.v3
|
|
|
|
+
|
|
artifacts:
|
|
artifacts:
|
|
- name: hercules.win64.zip
|
|
- name: hercules.win64.zip
|
|
path: hercules.win64.zip
|
|
path: hercules.win64.zip
|