mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-02-20 05:06:19 +00:00
Try to build with the latest Docker sources
This commit is contained in:
parent
9bc3a25a5e
commit
d9f855e5b6
2 changed files with 0 additions and 5 deletions
|
@ -11,7 +11,6 @@ script:
|
||||||
- sudo apt-get -y install git zip libsqlite3-dev sqlite3 rpm 1> /dev/null 2> /dev/null
|
- sudo apt-get -y install git zip libsqlite3-dev sqlite3 rpm 1> /dev/null 2> /dev/null
|
||||||
- gem install fpm
|
- gem install fpm
|
||||||
- rbenv rehash
|
- rbenv rehash
|
||||||
- make docker
|
|
||||||
- make deps
|
- make deps
|
||||||
- make test
|
- make test
|
||||||
- make test_postgres
|
- make test_postgres
|
||||||
|
|
4
Makefile
4
Makefile
|
@ -8,10 +8,6 @@ deps:
|
||||||
go get github.com/GeertJohan/go.rice/rice
|
go get github.com/GeertJohan/go.rice/rice
|
||||||
go get -t -v ./...
|
go get -t -v ./...
|
||||||
|
|
||||||
docker:
|
|
||||||
mkdir -p $$GOPATH/src/github.com/docker/docker
|
|
||||||
git clone --depth=1 --branch=v1.5.0 git://github.com/docker/docker.git $$GOPATH/src/github.com/docker/docker
|
|
||||||
|
|
||||||
test:
|
test:
|
||||||
@test -z "$(shell find . -name '*.go' | xargs gofmt -l)" || (echo "Need to run 'go fmt ./...'"; exit 1)
|
@test -z "$(shell find . -name '*.go' | xargs gofmt -l)" || (echo "Need to run 'go fmt ./...'"; exit 1)
|
||||||
go vet ./...
|
go vet ./...
|
||||||
|
|
Loading…
Reference in a new issue