Skip to content

Commit

Permalink
Merge pull request virtuozzo#12 from wongma7/shared-vendor
Browse files Browse the repository at this point in the history
Use shared top-level vendor directory
  • Loading branch information
wongma7 authored Mar 4, 2017
2 parents 7ed7505 + bdcd316 commit c25bfc3
Show file tree
Hide file tree
Showing 3,094 changed files with 392,742 additions and 222,742 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,21 @@ before_script:

script:
# TODO
# Test building library using its dependencies (they ought to be the same as
# the shared ones)
- pushd ./lib
- glide install -v
- ./verify.sh
- go test ./controller
# Test building library using shared dependencies
- rm -rf ./vendor
- go test ./controller
- popd
# Test building hostpath-provisioner demo
- pushd ./docs/demo/hostpath-provisioner
- glide install -v
- docker build -t hostpath-provisioner:latest .
- popd
# Test building and running nfs-provisioner
- pushd ./nfs
- make container
- make test-integration
Expand Down
Loading

0 comments on commit c25bfc3

Please sign in to comment.