diff --git a/README.md b/README.md index eca3eb4..7de6b5d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # magnetico *Autonomous (self-hosted) BitTorrent DHT search engine suite.* -[![chat on gitter](https://badges.gitter.im/gitterHQ/gitter.png)](https://gitter.im/magnetico-dev/magnetico-dev) [![Build Status](https://travis-ci.org/boramalper/magnetico.svg?branch=master)](https://travis-ci.org/boramalper/magnetico) [![Build status on AppVeyor](https://ci.appveyor.com/api/projects/status/u2jtbe6jutya7p0x/branch/go-rewrite?svg=true)](https://ci.appveyor.com/project/boramalper/magnetico/branch/go-rewrite) +[![chat on gitter](https://badges.gitter.im/gitterHQ/gitter.png)](https://gitter.im/magnetico-dev/magnetico-dev) [![Build Status on Travis](https://travis-ci.org/boramalper/magnetico.svg?branch=master)](https://travis-ci.org/boramalper/magnetico) [![Build status on AppVeyor](https://ci.appveyor.com/api/projects/status/u2jtbe6jutya7p0x/branch/master?svg=true)](https://ci.appveyor.com/project/boramalper/magnetico/branch/master) magnetico is the first autonomous (self-hosted) BitTorrent DHT search engine suite that is *designed for end-users*. The suite consists of two packages: diff --git a/appveyor.yml b/appveyor.yml index 214d7ba..10aa919 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,7 +4,7 @@ platform: x64 branches: only: - - go-rewrite + - master # Source Config clone_folder: c:\gopath\src\magnetico @@ -13,8 +13,8 @@ shallow_clone: true # Build host environment: GOPATH: c:\gopath - GOVERSION: 1.9.2 - DEPVERSION: 0.3.2 + GOVERSION: 1.11 + DEPVERSION: 0.5.0 install: # Install the specific Go version. @@ -25,14 +25,16 @@ install: - set Path=c:\go\bin;c:\gopath\bin - go version - go env - - go get -u github.com/jteeuwen/go-bindata/... + - go get -u -v github.com/kevinburke/go-bindata/... + - go get -u -v honnef.co/go/tools/cmd/staticcheck before_build: - - go-bindata -o="magneticow/bindata.go" -prefix="magneticow/data/" magneticow/data/... + - go-bindata -o="magneticow\bindata.go" -prefix="magneticow/data/" magneticow/data/... - cd c:\gopath\src\magnetico - c:\dep ensure -v build_script: + - go install --tags fts5 "-ldflags=-s -w -X main.compiledOn=`date -u +%Y-%m-%dT%H:%M:%SZ`" github.com/boramalper/magnetico/cmd/magneticod - go install magnetico/magneticod - go install magnetico/magneticow