1
0
Fork 0

Absolute Go path in AppVeyor

master
Philip O'Toole 3 years ago
parent 2b26f93992
commit 40069b4da1

@ -14,11 +14,10 @@ install:
- if %BUILD_ENV%==gnu set MSYS=winsymlinks=lnk
build_script:
- where.exe go
- go version
- go get ./...
- go build -i ./...
- go test -v ./...
- C:\go version
- C:\go get ./...
- C:\go build -i ./...
- C:\go test -v ./...
after_build:
- 7z a rqlite-latest-win64.zip %GOPATH%\bin\rq*.exe

Loading…
Cancel
Save