diff --git a/appveyor.yml b/appveyor.yml index d46d3f56..5cb039b4 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -21,6 +21,12 @@ build_script: - set LINKER_PKG_PATH=github.com/rqlite/rqlite/cmd - go version - go get ./... - - cd snapshot2 - - go test -run Test_SinkCreateFullThenWALSnapshots + - go test -failfast ./... + - go install -ldflags="-X %LINKER_PKG_PATH%.Branch=%APPVEYOR_REPO_BRANCH% -X %LINKER_PKG_PATH%.Commit=%APPVEYOR_REPO_COMMIT%" ./... +after_build: + - 7z a rqlite-latest-win64.zip %GOPATH%\bin\rq*.exe + +artifacts: + - path: rqlite-latest-win64.zip + name: rqlite for Windows x64