mirror of
https://github.com/git-chglog/git-chglog.git
synced 2026-01-23 02:15:12 +00:00
21 lines
451 B
YAML
21 lines
451 B
YAML
version: "{build}"
|
|
|
|
clone_depth: 1
|
|
clone_folder: c:\gopath\src\github.com\git-chglog\git-chglog
|
|
|
|
environment:
|
|
GOPATH: c:\gopath
|
|
|
|
install:
|
|
- echo %PATH%
|
|
- echo %GOPATH%
|
|
- go version
|
|
- go env
|
|
- set PATH=%PATH%;%GOPATH%\bin
|
|
|
|
test_script:
|
|
- go build github.com/git-chglog/git-chglog/cmd/git-chglog
|
|
- for /f "" %%G in ('go list github.com/git-chglog/git-chglog/...') do ( go test -v %%G & IF ERRORLEVEL == 1 EXIT 1)
|
|
|
|
build: off
|
|
deploy: off
|