9 files changed +7
-150
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ install:
44
44
- protoc --version
45
45
- go get -u github.com/vbatts/git-validation
46
46
- go get -u github.com/kunalkushwaha/ltag
47
+ - go get -u github.com/LK4D4/vndr
47
48
- if [ "$TRAVIS_GOOS" = "linux" ]; then sudo PATH=$PATH GOPATH=$GOPATH script/setup/install-runc ; fi
48
49
- if [ "$TRAVIS_GOOS" = "linux" ]; then sudo PATH=$PATH GOPATH=$GOPATH script/setup/install-cni ; fi
49
50
- if [ "$TRAVIS_GOOS" = "linux" ]; then sudo PATH=$PATH GOPATH=$GOPATH script/setup/install-critools ; fi
@@ -52,13 +53,16 @@ install:
52
53
- if [ "$TRAVIS_GOOS" = "linux" ]; then cd /tmp/criu-3.7 && sudo make install-criu ; fi
53
54
- cd $TRAVIS_BUILD_DIR
54
55
56
+ before_script :
57
+ - pushd ..; git clone https://github.com/containerd/project; popd
58
+
55
59
script :
56
60
- export GOOS=$TRAVIS_GOOS
57
61
- export CGO_ENABLED=$TRAVIS_CGO_ENABLED
58
- - DCO_VERBOSITY=-q script/validate/dco
59
- - script/validate/fileheader
62
+ - DCO_VERBOSITY=-q ../project/script/validate/dco
63
+ - ../project/script/validate/fileheader ../project/
64
+ - ../project/script/validate/vendor
60
65
- GOOS=linux script/setup/install-dev-tools
61
- - script/validate/vendor
62
66
- go build -i .
63
67
- make check
64
68
- if [ "$GOOS" = "linux" ]; then make check-protos check-api-descriptors; fi
Original file line number Diff line number Diff line change @@ -23,5 +23,4 @@ set -eu -o pipefail
23
23
go get -u github.com/stevvooe/protobuild
24
24
go get -u github.com/alecthomas/gometalinter
25
25
gometalinter --install > /dev/null
26
- go get -u github.com/LK4D4/vndr
27
26
go get -u github.com/cpuguy83/go-md2man
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
0 commit comments