Codebase list golang-github-nightlyone-lockfile / eeab706
Setup testing on AppVeyor Marius 8 years ago
1 changed file(s) with 12 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 clone_folder: c:\gopath\src\github.com\Acconut\lockfile
1
2 environment:
3 GOPATH: c:\gopath
4
5 install:
6 - go version
7 - go env
8 - go get -v -t ./...
9
10 build_script:
11 - go test -v ./...