Remove old makefiles

This commit is contained in:
Tom Wilkie
2015-05-18 17:54:02 +00:00
parent a49a6c86c1
commit cb86331fde
5 changed files with 0 additions and 99 deletions

View File

@@ -1,29 +0,0 @@
language: go
sudo: false
go:
- 1.4
env:
- PATH="${PATH}:${HOME}/.local/bin"
addons:
apt:
packages:
- libpcap-dev
install:
- go clean -i net
- go install -tags netgo std
- pip install --user --upgrade gcloud gsutil
- bin/setup-ci-secrets $encrypted_5ba036e89377_key $encrypted_5ba036e89377_iv
- cd ..; git clone ssh://git@github.com/weaveworks/procspy.git; cd scope
- make travis
script:
- bin/lint .
- make tests
after_success:
- go get github.com/mattn/goveralls
- $HOME/gopath/bin/goveralls -coverprofile=profile.cov -service=travis-ci
- test "${TRAVIS_PULL_REQUEST}" = "false" && site/build-and-publish.sh

View File

@@ -1,11 +0,0 @@
.PHONY: run builddep build
run:
npm start
builddep:
npm install imagemin-gifsicle imagemin-jpegtran imagemin-optipng imagemin-pngquant
build:
rm -rf ./dist/
npm install
gulp build

View File

@@ -1,21 +0,0 @@
.PHONY: all vet lint build test clean
all: build test vet lint
vet:
go vet ./...
lint:
golint .
build:
go build
test:
#GOOS=darwin go build
#GOOS=linux go build
go test
clean:
go clean

View File

@@ -1,19 +0,0 @@
.PHONY: all vet lint build test clean
all: build test vet lint
vet:
go vet ./...
lint:
golint .
build:
go build
test:
go test
clean:
go clean

View File

@@ -1,19 +0,0 @@
.PHONY: all vet lint build test clean
all: build test vet lint
vet:
go vet ./...
lint:
golint .
build:
go build
test:
go test
clean:
go clean