1
0
Fork 0
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
607 B
YAML

version: 5.{build}
8 years ago
platform: x64
clone_folder: c:\gopath\src\github.com\rqlite\rqlite
environment:
GOPATH: c:\gopath
install:
- set BUILD_ENV=gnu
- if %BUILD_ENV%==gnu set PATH=C:\msys64\mingw64\bin;C:\msys64\usr\bin\;%PATH%
- if %BUILD_ENV%==gnu set MSYSTEM=MINGW64
- if %BUILD_ENV%==gnu set MSYS=winsymlinks=lnk
build_script:
- 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
artifacts:
- path: rqlite-latest-win64.zip
name: rqlite for Windows x64