tried fixing appveyor config, small change to README
This commit is contained in:
parent
093d4c01f3
commit
10ba415c9a
@ -1,7 +1,7 @@
|
|||||||
# magnetico
|
# magnetico
|
||||||
*Autonomous (self-hosted) BitTorrent DHT search engine suite.*
|
*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
|
magnetico is the first autonomous (self-hosted) BitTorrent DHT search engine suite that is *designed
|
||||||
for end-users*. The suite consists of two packages:
|
for end-users*. The suite consists of two packages:
|
||||||
|
12
appveyor.yml
12
appveyor.yml
@ -4,7 +4,7 @@ platform: x64
|
|||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- go-rewrite
|
- master
|
||||||
|
|
||||||
# Source Config
|
# Source Config
|
||||||
clone_folder: c:\gopath\src\magnetico
|
clone_folder: c:\gopath\src\magnetico
|
||||||
@ -13,8 +13,8 @@ shallow_clone: true
|
|||||||
# Build host
|
# Build host
|
||||||
environment:
|
environment:
|
||||||
GOPATH: c:\gopath
|
GOPATH: c:\gopath
|
||||||
GOVERSION: 1.9.2
|
GOVERSION: 1.11
|
||||||
DEPVERSION: 0.3.2
|
DEPVERSION: 0.5.0
|
||||||
|
|
||||||
install:
|
install:
|
||||||
# Install the specific Go version.
|
# Install the specific Go version.
|
||||||
@ -25,14 +25,16 @@ install:
|
|||||||
- set Path=c:\go\bin;c:\gopath\bin
|
- set Path=c:\go\bin;c:\gopath\bin
|
||||||
- go version
|
- go version
|
||||||
- go env
|
- 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:
|
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
|
- cd c:\gopath\src\magnetico
|
||||||
- c:\dep ensure -v
|
- c:\dep ensure -v
|
||||||
|
|
||||||
build_script:
|
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/magneticod
|
||||||
- go install magnetico/magneticow
|
- go install magnetico/magneticow
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user