mirror of
https://github.com/TwiN/gatus.git
synced 2024-12-12 09:41:34 +01:00
19 lines
262 B
YAML
19 lines
262 B
YAML
version: "{build}"
|
|
|
|
os: Windows Server 2012 R2
|
|
|
|
clone_folder: c:\gopath\src\github.com\boltdb\bolt
|
|
|
|
environment:
|
|
GOPATH: c:\gopath
|
|
|
|
install:
|
|
- echo %PATH%
|
|
- echo %GOPATH%
|
|
- go version
|
|
- go env
|
|
- go get -v -t ./...
|
|
|
|
build_script:
|
|
- go test -v ./...
|