File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ install:
4444 - protoc --version
4545 - go get -u github.com/vbatts/git-validation
4646 - go get -u github.com/kunalkushwaha/ltag
47+ - go get -u github.com/LK4D4/vndr
4748 - if [ "$TRAVIS_GOOS" = "linux" ]; then sudo PATH=$PATH GOPATH=$GOPATH script/setup/install-runc ; fi
4849 - if [ "$TRAVIS_GOOS" = "linux" ]; then sudo PATH=$PATH GOPATH=$GOPATH script/setup/install-cni ; fi
4950 - if [ "$TRAVIS_GOOS" = "linux" ]; then sudo PATH=$PATH GOPATH=$GOPATH script/setup/install-critools ; fi
@@ -52,13 +53,16 @@ install:
5253 - if [ "$TRAVIS_GOOS" = "linux" ]; then cd /tmp/criu-3.7 && sudo make install-criu ; fi
5354 - cd $TRAVIS_BUILD_DIR
5455
56+ before_script :
57+ - pushd ..; git clone https://github.com/containerd/project; popd
58+
5559script :
5660 - export GOOS=$TRAVIS_GOOS
5761 - 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
6065 - GOOS=linux script/setup/install-dev-tools
61- - script/validate/vendor
6266 - go build -i .
6367 - make check
6468 - 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
2323go get -u github.com/stevvooe/protobuild
2424go get -u github.com/alecthomas/gometalinter
2525gometalinter --install > /dev/null
26- go get -u github.com/LK4D4/vndr
2726go 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.
You can’t perform that action at this time.
0 commit comments