Skip to content

Commit 5f86ece

Browse files
committed
Try example appveyor.yml
1 parent bcea809 commit 5f86ece

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

appveyor.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
version: "{build}"
2-
clone_folder: c:\gopath\src\github.com\sourcegraph\src-cli
1+
build: off
2+
3+
clone_folder: c:\gopath\src\github.com\souregraph/src-cli
4+
35
environment:
46
GOPATH: c:\gopath
5-
stack: go 1.14.3
6-
install:
7-
- set PATH=%GOPATH%\bin;c:\go\bin;%PATH%
8-
- echo %PATH%
9-
- echo %GOPATH%
10-
- go version
11-
- go env
12-
- go get -t -v ./...
13-
build_script:
14-
- go test -v ./...
7+
8+
stack: go 1.14
9+
10+
before_test:
11+
- go vet ./...
12+
13+
test_script:
14+
- go test ./...

0 commit comments

Comments
 (0)