From 0a5b0a12d2c679a1e194ec85a2f3ce6b1b460274 Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Tue, 17 Oct 2023 16:40:53 -0400 Subject: [PATCH] Revert appveyor changes --- appveyor.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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