mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-15 22:41:19 +00:00
75513575be
* store dependency's in git * since we vendor ... rm tech-depts * aad make target 'vendor' to update vendor folder (manual task)
14 lines
259 B
YAML
14 lines
259 B
YAML
version: "{build}"
|
|
platform: x64
|
|
clone_folder: c:\gopath\src\github.com\sirupsen\logrus
|
|
environment:
|
|
GOPATH: c:\gopath
|
|
branches:
|
|
only:
|
|
- master
|
|
install:
|
|
- set PATH=%GOPATH%\bin;c:\go\bin;%PATH%
|
|
- go version
|
|
build_script:
|
|
- go get -t
|
|
- go test
|