Skip to content

Commit

Permalink
Bye Travis!
Browse files Browse the repository at this point in the history
  • Loading branch information
z4yx committed Mar 13, 2020
1 parent ada8818 commit 3a2888d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 85 deletions.
30 changes: 0 additions & 30 deletions .testandcover.bash

This file was deleted.

41 changes: 0 additions & 41 deletions .travis.yml

This file was deleted.

5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ LDFLAGS="-X main.buildstamp=`date -u '+%s'` -X main.githash=`git rev-parse HEAD`

all: get tunasync tunasynctl

travis: get tunasync tunasynctl travis-package

get:
go get ./cmd/tunasync
go get ./cmd/tunasynctl
Expand All @@ -17,8 +15,5 @@ tunasync: build
tunasynctl: build
go build -o build/tunasynctl -ldflags ${LDFLAGS} github.com/tuna/tunasync/cmd/tunasynctl

travis-package: tunasync tunasynctl
tar zcf build/tunasync-linux-bin.tar.gz -C build tunasync tunasynctl

test:
go test -v -covermode=count -coverprofile=profile.cov ./...
14 changes: 5 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
tunasync
========

[![Build Status](https://travis-ci.org/tuna/tunasync.svg?branch=dev)](https://travis-ci.org/tuna/tunasync)
[![Coverage Status](https://coveralls.io/repos/github/tuna/tunasync/badge.svg?branch=dev)](https://coveralls.io/github/tuna/tunasync?branch=dev)
![Build Status](https://github.com/tuna/tunasync/workflows/tunasync/badge.svg)
[![Coverage Status](https://coveralls.io/repos/github/tuna/tunasync/badge.svg?branch=master)](https://coveralls.io/github/tuna/tunasync?branch=master)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
![GPLv3](https://img.shields.io/badge/license-GPLv3-blue.svg)

Expand Down Expand Up @@ -53,14 +53,10 @@ PreSyncing Syncing Succe

## Building

Setup GOPATH like [this](https://golang.org/cmd/go/#hdr-GOPATH_environment_variable).

Then:
Go version: 1.13

```
go get -d github.com/tuna/tunasync/cmd/tunasync
cd $GOPATH/src/github.com/tuna/tunasync
make
make all
```

If you have multiple `GOPATH`s, replace the `$GOPATH` with your first one.
Binaries in the `build/`.

0 comments on commit 3a2888d

Please sign in to comment.