Skip to content

Commit 50c020f

Browse files
Merge pull request #2716 from estesp/reference-common-project-repo
Reference common project repo contents
2 parents 0146a48 + bd93a66 commit 50c020f

12 files changed

Lines changed: 20 additions & 616 deletions

File tree

.travis.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff 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+
5559
script:
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

CONTRIBUTING.md

Lines changed: 0 additions & 134 deletions
This file was deleted.

0 commit comments

Comments
 (0)